-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinformation.html
More file actions
32 lines (26 loc) · 904 Bytes
/
information.html
File metadata and controls
32 lines (26 loc) · 904 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>SOMIX</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./styles/information.css">
<link rel="shortcut icon" type="image/x-icon" href="./assets/logo/favicon.ico?">
</head>
<body>
<div class="banner">
</br></br>
<button class="bannerButton" onclick="pageMain()">
<img src="./assets/logo/logo.png" height=50 width=83>
</button>
</div>
<div>
<h2 class="text">Effects</h2>
</br>
<div class="effects"></div>
</div>
</body>
<script src="./scripts/global/variables.js"></script>
<script src="./scripts/info/information.js"></script>
<script src="./scripts/info/links.js"></script>
</html>