bug fixes
This commit is contained in:
parent
f0ce0160f3
commit
58a94da151
@ -12,7 +12,7 @@
|
||||
left:0px;
|
||||
height:150%;
|
||||
width:100%;
|
||||
background: black url(bg.jpg) no-repeat top;
|
||||
background: black url(images/bg.jpg) no-repeat top;
|
||||
background-size: cover
|
||||
}
|
||||
|
||||
|
12
index.html
12
index.html
@ -5,9 +5,9 @@
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||
<link rel="stylesheet" href="index.css">
|
||||
<link rel="stylesheet" href="myui.css">
|
||||
<link rel="stylesheet" href="highlight.css">
|
||||
<link rel="stylesheet" href="css/index.css">
|
||||
<link rel="stylesheet" href="css/myui.css">
|
||||
<link rel="stylesheet" href="css/highlight.css">
|
||||
<title>LAOZHONGYI BLOG</title>
|
||||
</head>
|
||||
|
||||
@ -72,9 +72,9 @@
|
||||
</div>
|
||||
<!-- <div class="mask"></div> -->
|
||||
<script src="https://cdn.bootcss.com/jquery/3.3.1/jquery.min.js"></script>
|
||||
<script src="drag.js"></script>
|
||||
<script src="initialize.js"></script>
|
||||
<script src="main.js"></script>
|
||||
<script src="js/drag.js"></script>
|
||||
<script src="js/initialize.js"></script>
|
||||
<script src="js/main.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user