-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (19 loc) · 749 Bytes
/
index.html
File metadata and controls
20 lines (19 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<title>TrapinchO main page</title>
<meta charset="UTF-8">
<meta name="keywords" content="enigma, TrapinchO">
<meta name="author" content="TrapinchO">
<meta name="description" content="Collection of various websites<br>Current pages: Enigma emulator">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link href="main.css" rel="stylesheet">
</head>
<body>
<!--<h1><u>Work In Progress</u></h1>-->
<h2>Current available pages:</h2><br>
<h3><a href="https://github.com/TrapinchO/trapincho.github.io">Github repository</a></h3>
<br>
<h3><a href="https://trapincho.github.io/enigma/enigma">Enigma machine emulator</a></h3>
</body>
</html>