-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 770 Bytes
/
index.html
File metadata and controls
22 lines (22 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>jQuery Stars</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
<link media="all" rel="stylesheet" href="./css/all.css">
</head>
<body id="page-top">
<section id="custom2" class="example-box blue">
<div class="container">
<span>Welcome to you</span>
</div>
</section>
<script src="js/jquery.js"></script>
<script src="js/highlight.js"></script>
<script type="text/javascript" src="./js/jquery-stars.js"></script>
<script type="text/javascript" src="./js/smothscrool.js"></script>
<script type="text/javascript" src="./js/jquery.main.js"></script>
</body>
</html>