-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
59 lines (59 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
<link href="//cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<title>Wen81643956.GitHub.io by wen81643956</title>
<style>
#context {
position: relative;
overflow: hidden;
}
#context div{
position: absolute;
}
</style>
</head>
<body>
<div id="container">
<div class="inner">
<header>
<h1>Wen81643956.GitHub.io</h1>
<h2></h2>
</header>
<hr>
<table class="table table-bordered" style="background-color: #fff!important;">
<tr>
<th width="800" height="400" id="context">
<div style="color: rgb(34,77,145);top:10px;left: 600px;" id="t1">dddd</div>
</th>
</tr>
</table>
<div class="row">
<div class="col-md-12">
<div class="col-md-6 form-group col-md-offset-3">
<input type="text" class="form-control" id="text">
</div>
</div>
<div class="col-md-12">
<div class="col-md-2 col-md-offset-4">
<button type="button" class="btn btn-success">发射弹幕</button>
</div>
<div class="col-md-2">
<button type="button" class="btn btn-danger">清空弹幕</button>
</div>
</div>
</div>
<footer>
This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.
</footer>
</div>
</div>
<script src="javascripts/danmu.js"></script>
</body>
</html>