-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathassembled.html
66 lines (56 loc) · 1.24 KB
/
assembled.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
60
61
62
63
64
65
66
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Working Turbine</title>
<style media="screen">
body {
background-color: #000;
}
</style>
<link rel="stylesheet" href="assembled.css">
<link rel="stylesheet" href="bulb.css">
<link rel="stylesheet" href="switch.css">
<link rel="stylesheet" href="turbine.css">
</head>
<body >
<div class="turbine-system">
<div class="small-ball">
</div>
<div class="big-ball">
</div>
<div class="initial-bar">
</div>
<div class="second-bar">
</div>
<div class="turbine-container">
<div class="turbine"></div>
</div>
<div class="bulb-container">
<div class="bulb">
<div class="thread">
<div class="thread">
<div class="point">
</div>
</div>
</div>
</div>
</div>
<div class="switch-socket">
<div class="socket">
<div class="switch-container">
<div class="switch">
<div class="switch-mark">
</div>
</div>
</div>
</div>
</div>
<div class="connected-wire">
<p style="color:#fff" id="demo"><p>
</div>
</div>
<script type="text/javascript">
</script>
</body>
</html>