-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblank_template.html
More file actions
81 lines (67 loc) · 3.42 KB
/
blank_template.html
File metadata and controls
81 lines (67 loc) · 3.42 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en">
<head>
<!-- meta info -->
<meta name="author" content="Miffy Chen">
<meta name="description" content="Personal Portfolio">
<meta name="keywords" content="Miffy Chen, CS, Computer Science, Portfolio, Boston, software engineer, software, engineer, full-stack, full stack, web design, web developer, freelance, for hire">
<!-- meta http-equiv="refresh" content="30" (refresh every 30 seconds)-->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- meta viewport behavior -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=3.0">
<!-- apple full-screen mode -->
<meta name="apple-mobile-web-app-capable" content="yes">
<!-- apple style of status bar -->
<meta name="apple-mobile-web-app-status-bar-style" content="default/black/black-translucent">
<!-- favicon -->
<link rel="apple-touch-icon" sizes="57x57" href="image/favicon.ico/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="image/favicon.ico/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="image/favicon.ico/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="image/favicon.ico/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="image/favicon.ico/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="image/favicon.ico/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="image/favicon.ico/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="image/favicon.ico/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="image/favicon.ico/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="image/favicon.ico/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="image/favicon.ico/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="image/favicon.ico/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="image/favicon.ico/favicon-16x16.png">
<link rel="manifest" href="image/favicon.ico/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="image/favicon.ico/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- Title -->
<title>
Miffy Chen ::: Software Engineer | Full-Stack Developer
</title>
<!-- CSS -->
<link type='text/css' rel='stylesheet' href="css/style.css">
<style>
</style>
<!-- Global site tag (gtag.js) - Google Analytics :: https://analytics.google.com/ -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-127859393-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-127859393-1');
</script>
</head>
<body>
<header>
</header>
<main>
<section>
<br/>
<h1>Text</h1>
</section>
</main>
<footer>
</footer>
<!-- cursor animation -->
<script type="text/javascript" src="js/cursor_particles.js"></script>
</body>
</html>