-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (55 loc) · 1.6 KB
/
index.html
File metadata and controls
55 lines (55 loc) · 1.6 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta http-equiv="content-language" content="en"/>
<meta name="keywords" content="Holos, Holos Works, PPUZZL, PPUZZLE, MiRiS, SimulAI"/>
<meta name="author" content="Holos Project"/>
<title>Project Holos</title>
<base href="https://www.holos.works/"/>
</head>
<body>
<header>
<h1><a href="https://www.holos.works">Project Holos</a></h1>
<nav>
<ul>
<li>Project Holos</li>
<li>CoMPleT Engine</li>
<li>ConcEngine</li>
<li>ParaGram</li>
</ul>
</nav>
</header>
<section>
<h1>Project Holos web is not on service now.</h1>
<p>Please visit <a href="https://github.com/HolosDev">GitHub</a> to check progress of development of the service.</p>
</section>
<section id="Related">
<h1>Related Projects</h1>
<ul>
<li><a href="https://ppuzzl.com">PPUZZL Group</a></li>
<li><a href="https://miris-project.net">MiRiS Project</a></li>
<li><a href="https://graphers.dev">Graphers</a></li>
<li><a href="https://senggack.dev">Project SengGack</a></li>
</ul>
</section>
<section id="Contact">
<h1>Contact Information</h1>
<address>
<dl>
<dt>GitHub</dt>
<dd><a href="https://github.com/HolosDev">HolosDev</a></dd>
<dt>GitLab</dt>
<dd><a href="https://gitlab.com/HolosDev">HolosDev</a></dd>
<dt>Development</dt>
<dd><s>developer [at] holos [dot] dev</s></dd>
<dt>Technical Support</dt>
<dd><s>support [at] holos [dot] dev</s></dd>
</dl>
</address>
</section>
<footer>
<nav>
</nav>
</footer>
</body>
</html>