-
Notifications
You must be signed in to change notification settings - Fork 95
/
index.html
25 lines (24 loc) · 1.18 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="edge">
<meta name="keywords" content="个人网站,个人网页,个人站点,个人博客,萌芽,戴伟的个人网站,未曾遗忘的青春,web前端,技术分享">
<meta name="description" content="每一行代码都有一个成为参天大树的梦想,作为一名前端工程师,在这里记录自己学习前端开发过程的经历,并和大家一起分享,也希望在学习和网站的开发中进步">
<meta name="AUTHOR" content="戴伟">
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no">
<link rel="shortcut icon" href="https://www.daiwei.site/static/logo/favicon.ico">
<title>未曾遗忘的青春 | 个人网站 | web前端_技术分享_戴伟的个人网站</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-118975629-1');
</script>
</head>
<body>
<div id="app"></div>
<div id="video"></div>
</body>
</html>