-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
41 lines (36 loc) · 1.45 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Bobby 徵男友</title>
<link rel="stylesheet" href="css/main.css">
<meta property="og:title" content="Bobby 徵男友">
<meta property="og:type" content="website">
<meta property="og:url" content="http://bobby.isalways.one">
<meta property="og:image" content="http://bobby.isalways.one/images/avatar.jpg">
<meta property="og:site_name" content="Bobby 徵男友">
<meta property="og:description" content="Bobby 好帥,以下開放徵男友">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-66814401-3', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="card">
<div class="avatar">
<img src="images/avatar.jpg" alt="Avatar">
</div>
<div class="title">Bobby Ho</div>
<div class="subtitle">英俊挺拔帥氣瀟灑</div>
<div class="description">#前端 #小憨憨</div>
<ul class="links">
<li><a href="https://github.com/bobby1030">GitHub</a></li>
<li><a href="https://www.facebook.com/bobby1030">Facebook</a></li>
</ul>
</div>
</body>
</html>