-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathutility.html
More file actions
27 lines (25 loc) · 1.09 KB
/
utility.html
File metadata and controls
27 lines (25 loc) · 1.09 KB
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
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/style_page2.css">
<link rel="shortcut icon" type="image/x-icon" href="img/Utility.png"/>
<title>Utility</title>
<script src='https://code.jquery.com/jquery-3.6.0.min.js'></script>
<script src="https://kit.fontawesome.com/b2e36dc1d7.js" crossorigin="anonymous"></script>
<link href="magic_mouse/magic-mouse.css" rel="stylesheet" />
<script src="magic_mouse/magic_mouse.js"></script>
<script src="script.js"></script>
</head>
<body>
<div class="home magic-hover" onclick='RefAnim("index.html")'>
<i class="fas fa-home"></i>
</div>
<div class="download magic-hover" onclick='RefAnim("https://github.com/utility-library/utility_lib")'>
<i class="fas fa-download"></i>
</div>
<div class="documentation magic-hover" onclick='RefAnim("https://utility-library.github.io/documentation")'>
<i class="fas fa-book"></i>
</div>
<h1 class="title">Coming soon...</h1>
</body>