-
Notifications
You must be signed in to change notification settings - Fork 0
/
page.html
33 lines (30 loc) · 1007 Bytes
/
page.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
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-156694575-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-156694575-1');
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>XXX</title>
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
<link rel="icon" type="image/png" href="turtle-16.png" sizes="32x32" />
<link rel="icon" type="image/png" href="turtle-32.png" sizes="16x16" />
</head>
<body>
<br><br>
<div class="menu-block">
<div class="page-project-title">a</div>
<br>
<div class="page-project-intro">aaa</div>
</div>
<br><br><br>
<a href="index.html" class="tail">©Jennifer Ziyuan Huang</a>
<br>
</body>
</html>