-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
84 lines (74 loc) · 3.37 KB
/
index.html
File metadata and controls
84 lines (74 loc) · 3.37 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
82
83
84
<!doctype html>
<html lang="en">
<!--
,,))))))));,
__)))))))))))))),
\|/ -\(((((''''((((((((.
-*-==//////(('' . `)))))),
/|\ ))| o ;-. '((((( ,(,
( `| / ) ;))))' ,_))^;(~
| | | ,))((((_ _____------~~~-. %,;(;(>';'~
o_); ; )))(((` ~---~ `:: \ %%~~)(v;(`('~
; ''''```` `: `:::|\,__,%% );`'; ~
| _ ) / `:|`----' `-'
______/\/~ | / /
/~;;.____/;;' / ___--,-( `;;;/
/ // _;______;'------~~~~~ /;;/\ /
// | | / ; \;;,\
(<_ | ; /',/-----' _>
\_| ||_ //~;~~~~~~~~~
`\_| (,~~
\~\
~~
Robby Wu
-->
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" href="/favicon.png" type="image/x-icon">
<link rel="icon" href="/favicon.png" type="image/x-icon">
<link rel="icon" type="image/png" sizes="256x256" href="/favicon.png">
<meta name="msapplication-TileColor" content="#141d23">
<meta name="msapplication-TileImage" content="/favicon.png">
<meta name="keywords" content="Robby Wu, Robby, Resume, tw">
<meta name="robots" content="index,follow">
<meta name="googlebot" content="index,follow">
<meta name="theme-color" content="#141d23">
<meta property="og:locale" content="zh_TW" />
<meta name="author" content="Robby Wu"><!-- Open Graph data -->
<meta property="og:title" content="Robby Wu 的簡歷">
<meta property="og:type" content="resume">
<meta property="og:url" content="index.html">
<meta property="og:image" content="/avatar.png">
<meta property="og:description" content="這是 Robby Wu 的簡歷"><!-- Schema.org markup for Google+ -->
<meta itemprop="name" content="Robby Wu">
<meta itemprop="description" content="這是 Robby Wu 的簡歷">
<meta itemprop="image" content="./avatar.png">
<!--
manifest.json provides metadata used when your web app is added to the
homescreen on Android. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="/manifest.json">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FZF7K7PP0N"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-FZF7K7PP0N');
</script>
<title>Robby Wu</title>
<script type="module" crossorigin src="/assets/index-B_Mt7ZmO.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BO1HyjS8.css">
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="root"></div>
</body>
</html>