-
Notifications
You must be signed in to change notification settings - Fork 1
/
htmlcssjs.html
58 lines (54 loc) · 2.12 KB
/
htmlcssjs.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="html相关">
<meta name="author" content="">
<link rel="icon" href="../jpg/icon/favicon.gif">
<title>Fingerecho-html相关</title>
<link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/4.1.0/css/bootstrap.min.css">
<script src="https://fingerecho.gitee.io/bmk/html/js/fingerprint.js"></script>
<script src="https://cdn.staticfile.org/blueimp-md5/2.10.0/js/md5.min.js"></script>
<script src="https://cdn.staticfile.org/jquery/3.2.1/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="../css/navcontent.min.css">
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-10 main" >
<h1 id="top">html相关</h1>
<hr width="65%">
<hr width="100%">
<div class="nav-box">
<p>
<A HREF="../subcontent/data-src.html" TITLE="the attribute about data-src on html"><span>the attribute about data-src on html</span></A><span>before 2019-06-10</span>
</p>
</div>
</div>
<div class="col-md-2 sidebar">
<ul class="nav navbar-nav">
<li><a href="../index.html">首页</a></li>
<li><a href="#" title="回到顶部">顶部</a></li>
</ul>
</div>
</div>
</div>
<footer class="container-fluid foot-wrap">
<div class="container">
<div class="row">
<div class="row-content col-lg-12 col-sm-12 col-xs-12">
©fangself.com.cn
</div>
<div class="row-content col-lg-12 col-sm-12 col-xs-12">
by fingerecho 2015-2018
</div>
</div>
</div>
</footer>
<!-- <script type="text/javascript" src="../js/tck/alitck.js" async="True" id="alitck">
</script>
<script type="text/javascript" src="../js/tck/tenctk.js" async="True" id="tenctk">
</script> -->
</body>
</html>