-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtools.html
More file actions
30 lines (25 loc) · 810 Bytes
/
tools.html
File metadata and controls
30 lines (25 loc) · 810 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tools</title>
<script src="scripts/auto-theme.js"></script>
<link href="https://fonts.googleapis.com/css?family=Merriweather%7CLato" rel="stylesheet">
<link rel="stylesheet" href="styles.css" type="text/css">
<link rel="shortcut icon" href="favicon.ico" type="image/vnd.microsoft.icon">
</head>
<body>
<nav>
<h1>Tools</h1>
<ul>
<li><a href="https://mictests.com/">Mic Tests</a></li>
<li><a href="https://webcamtests.com/">Webcam Tests</a></li>
</ul>
<ul>
<li><a href="https://vial.rocks">Vial Web</a></li>
<li><a href="https://usevia.app">Via Web</a></li>
</ul>
</nav>
</body>
</html>