-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.html
More file actions
executable file
·47 lines (40 loc) · 995 Bytes
/
info.html
File metadata and controls
executable file
·47 lines (40 loc) · 995 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="INFO.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
ENIGMA PROJECT.
</title>
</head>
<body>
<h1>Some Suggestions</h1>
<p>Use everything the browser has to offer</br>
You may need some converters</br>
Look everywhere</br>
</p>
<h1 id="titlu">Release notes</h1>
<p id="log">log 1 ...</br>
20 - 04 - 2022</br>
the first segments of the ENIGMA have been added</br>
available in any browser</br>
email is now open
</p>
<p id="log">log 2 ...</br>
17 - 06 - 2022</br>
chapter one is now completed</br>
two new rooms added</br>
app created</br>
minor visual fixes</br>
</p>
<header>
<div class="home">
<a href="https://www.enigmaproject1.com">ENIGMA PROJECT.</a>
</div>
<div class="address">
<a href = "mailto: andrei.n53@yahoo.com">Bugs and Suggestions</a>
</div>
</header>
</body>
</html>