mirror of
https://github.com/kevin-DL/gyk-ar.git
synced 2026-01-22 14:55:24 +00:00
Ported over the results from the previous attempt
This commit is contained in:
25
index.html
25
index.html
@@ -4,9 +4,32 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
||||
<link rel="stylesheet" href="css/index.css" />
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hello World!</h1>
|
||||
<main>
|
||||
<h1 class="main-title">AR Experiments</h1>
|
||||
<article class="experiment">
|
||||
<a href="/pages/first.html">
|
||||
<h1>First Experiment</h1>
|
||||
</a>
|
||||
</article>
|
||||
<article class="experiment">
|
||||
<a href="/pages/second.html">
|
||||
<h1>Second Experiment</h1>
|
||||
</a>
|
||||
</article>
|
||||
<article class="experiment">
|
||||
<a href="/pages/third.html">
|
||||
<h1>Third Experiment</h1>
|
||||
</a>
|
||||
</article>
|
||||
<article class="experiment">
|
||||
<a href="/pages/fourth.html">
|
||||
<h1>Fourth Experiment</h1>
|
||||
</a>
|
||||
</article>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user