-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
122 lines (104 loc) · 3.91 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title> mas cemplon - kumpulan informasi gado gado</title>
<link rel="stylesheet" type="text/css" href="style/reset.css" />
<link rel="stylesheet" type="text/css" href="style/style.css" />
<link rel="stylesheet" type="text/css" href="style/main.css" />
<link rel="stylesheet" type="text/css" href="style/media-queries.css" />
<link rel="stylesheet" type="text/css" media="screen" href="main.css"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:700,400,400italic,700italic' rel='stylesheet' type='text/css'/>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"/>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="home">
<div id="wrapper">
<header>
<h1><a href="https://mascemplon.github.io/kucing/index.html">mas cemplon</a></h1>
<h2>mas cemplon <span>-</span> kumpulan informasi gado gado</h2>
<div class="topnav" id="myTopnav">
<a href="https://mascemplon.github.io/kucing/index.html" class="active">Home</a>
<a href="/post/edukasi.html">Edukasi</a>
<a href="/post/internet.html">Internet</a>
<a href="/post/populer.html">Terpopuler</a>
<a href="/post/food.html">Food</a>
<a href="/post/">Aplikasi</a>
<a href="/post/kesehatan.html">Kesehatan</a>
<a href="/post/bisnis.html">Bisnis</a>
<a href="/post/media.html">media</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
<script>
function myFunction() {
var x = document.getElementById("myTopnav");
if (x.className === "topnav") {
x.className += " responsive";
} else {
x.className = "topnav";
}
}
</script>
</header>
<section id="main-content">
<div id="featured">
<marquee bgcolor="cyan" width="100%">Welcome to blog mas cemplon maaf kalau tampilannya kurang menarik :D pusing coy ngoding nya</marquee>
<div id="about">
<h3>Ads</h3>
<p>Iklan belom terpasang</p>
</div>
</div> <!-- END Featured -->
<hr/>
<div id="latest">
<section class="left-col">
<div id='rlo'>
<script src="js/recent-post-ost-widget.js"></script>
</div>
</section> <!-- END Left Column -->
<aside class="sidebar">
<div id="postkomik">
<script src="js/sitemap.js"></script>
<judule>Rekomendasi</judule>
<ol>
<script src="https://postblogger.my.id/feeds/posts/default/-/Berita%20media%20sosial?orderby=published&alt=json-in-script&callback=startpost&max-results=100">
</script>
</ol>
</div>
</aside>
</div> <!-- END Latest -->
<div class="clearfix"></div>
<hr/>
<div id="about">
<h3>Ads</h3>
<p>Iklan belom terpasang</p>
</div>
</section>
<hr/>
<footer>
<div style="background-color: white; border: 2px #6E2222 ridge; padding: 10px; text-align: left; height: 400px; overflow: auto; width: auto;">
</div>
<div id="footer-navmenu">
<nav id="footer-navmenu-container">
<!-- menu navigasi footer start -->
<ul>
<li><a href="https://mascemplon.github.io/kucing/post/about%20us.html">About</a></li>
<li><a href="https://mascemplon.github.io/kucing/post/contact%20us.html">Contact</a></li>
<li><a href="https://mascemplon.github.io/kucing/post/privacypolicy.html">Privacy Policy</a></li>
<li><a href="https://mascemplon.github.io/kucing/post/disclaimer.html">Disclaimer</a></li>
<li><a href="https://mascemplon.github.io/kucing/post/sitemap.html">Sitemap</a></li>
</ul>
<!-- menu navigasi footer end -->
</nav>
</div>
</footer>
</div> <!-- END Wrapper -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
</body>
</html>