-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (38 loc) · 1 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Urffin.github.io by urffin</title>
<link rel="stylesheet" href="stylesheets/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-1941818119083879",
enable_page_level_ads: true
});
</script>
</head>
<body>
<header>
<h1>Urffin.github.io</h1>
</header>
<section>
<p class="view">
<a href="https://github.com/urffin">View My GitHub Profile</a>
</p>
<p class="view">
<a href="psy/psy.html">Psy test</a>
</p>
</section>
<footer>
<p>
<small>Hosted on GitHub Pages</small>
</p>
</footer>
<script src="javascripts/main.js"></script>
</body>
</html>