-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (31 loc) · 1.13 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
<!DOCTYPE html>
<html>
<head>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-1877607924203817",
enable_page_level_ads: true
});
</script>
<meta charset="utf-8"/>
<meta name=viewport content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700">
<link rel="stylesheet" type="text/css" href="css/normalize.css" media="screen">
<link rel="stylesheet" type="text/css" href="css/font.css" media="screen">
<title>hant0508</title>
</head>
<body>
<div id="content">
<center style="padding-top:1%;width:100%">
<a href="comp">Наборщик</a><br/>
<a href="seconds">Секунды</a><br/>
<a href="comments">Поиск по Пикабу</a><br/>
<a href="startup-settings">Startup settings</a><br/><br/>
<a href="https://github.com/hant0508">GitHub</a><br/>
</center>
</div>
<script src="script.js"></script>
<script src="js/an.js"></script>
</body>
</html>