-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintro.html
52 lines (41 loc) · 1.47 KB
/
intro.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
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="info/ma.jpg">
<title>Intro</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/jumbotron-narrow.css" rel="stylesheet">
<script src="js/ie-emulation-modes-warning.js"></script>
<script src="https://player.twitch.tv/js/embed/v1.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="info/streamerData.jsonp"></script>
<script src="js/profilePreview.js"></script>
<link href="css/intro.css" rel="stylesheet">
<style>
</style>
</head>
<body>
<script src="js/header.js"></script>
<div class="container">
<div class="header">
<h3 class="text-muted" id = "name"></h3>
</div>
<div id = "twitch-stream"></div>
<div class="row marketing">
<div class="col-lg-6" id = "profile">
<img id = "pic" src = "">
<h1>簡介</h4>
</div>
<div class="col-lg-6" id = "fanPage"></div>
</div>
</div> <!-- /container -->
<script src="js/footer.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>