-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (36 loc) · 1.84 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 lang='ja'>
<head>
<title>yamasy.info</title>
<meta charset='UTF-8'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<meta name='title' content='yamasy.info'>
<meta name='author' content='Sanae YAMASHITA'>
<meta name='description' content='やましーのポートフォリオサイトです。うさみみ高専生その2。'>
<meta property='og:type' content='website'>
<meta property='og:title' content='yamasy.info'>
<meta property='og:description' content='やましーのポートフォリオサイトです。うさみみ高専生その2。'>
<meta property='og:image' content='https://raw.githubusercontent.com/yamasy1549/yamasy1549.github.io/master/img/logo.png'>
<meta property='og:url' content='https://yamasy.info'>
<meta property='og:site_name' content='yamasy.info'>
<meta property='og:locale' content='ja_JP'>
<meta property='fb:admins' content='100008277219454'>
<meta property='fb:app_id' content='100008277219454'>
<meta content='summary' name='twitter:card'>
<meta content='@yamasy1549' name='twitter:site'>
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Raleway:700,400'>
<link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css'>
</head>
<body>
<div id='app'></div>
<script src='./index.js'></script>
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-68509620-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>