-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCSS_Background.html
More file actions
21 lines (20 loc) · 889 Bytes
/
CSS_Background.html
File metadata and controls
21 lines (20 loc) · 889 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<meta name="viewport" content="width=device-width, user-scalable=no" />
<title>CSS-CSS2-Background</title>
<head>
<link rel="stylesheet" type="text/css" href="css/StyleTest1.css" />
<link rel="stylesheet" type="text/css" href="css/StyleTest2.css" />
<link rel="stylesheet" type="text/css" href="css/StyleTest3.css" />
<link rel="stylesheet" type="text/css" href="css/StyleTest4.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
</head>
<body>
</body>
<script type="text/javascript" src="lib/Utility.js"></script>
<script type="text/javascript" src="js/Configuration.js"></script>
<script type="text/javascript" src="js/CreateHTML.js"></script>
<script type="text/javascript" src="js/CSS_Background.js"></script>
<script type="text/javascript" src="js/EBProfiler.js"></script>
<script type="text/javascript" src="js/Main.js"></script>
</html>