-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (37 loc) · 1.91 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
42
43
44
45
<!doctype html>
<html lang="en">
<head>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp"
crossorigin="anonymous">
<meta charset="utf-8">
<title>Angular Taiwan 2018</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link rel="icon" type="image/x-icon" href="favicon.ico"> -->
<link rel="icon" type="image/png" href="assets/imgages/angular-tw-194.png">
<link rel="icon" type="image/png" sizes="144x144" href="assets/images/angular-tw-144.png">
<meta name="description" content="Angular Taiwan 2018 - 11/16 張榮發基金會國際會議中心">
<meta name="keywords" content="Angular,Angular Taiwan 2018">
<meta name="author" content="AUGT">
<meta property="og:title" content="Angular Taiwan 2018">
<!-- <meta property="og:url" content=""> -->
<!-- <meta property="og:image" content="{URL}/assets/images/og.jpg"> -->
<!-- <meta property="og:description" content="" > -->
<link rel="manifest" href="manifest.json">
<meta name="theme-color" content="#1976d2">
<script src="./assets/bowser.js"></script>
<link rel="stylesheet" href="styles.7a049f644e7eb5c073c1.css"></head>
<body>
<app-root></app-root>
<script type="text/javascript" src="runtime.ec2944dd8b20ec099bf3.js"></script><script type="text/javascript" src="polyfills.d45e791fd9faf031dd45.js"></script><script type="text/javascript" src="main.88df412a6536b2536c36.js"></script></body>
<script>
// (function() {
// console.log(bowser.msie);
// if (bowser.msie || bowser.msedge) {
// document.getElementsByTagName('body')[0].classList.add(['isIE']);
// }
// }());
</script>
</html>