ShatteredSword/public/index.html

18 lines
569 B
HTML
Raw Normal View History

2022-04-02 21:07:53 -04:00
<!DOCTYPE html>
2022-04-25 23:41:13 -04:00
<html lang="en">
2022-04-02 21:07:53 -04:00
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
2022-04-25 23:41:13 -04:00
<title>Shattered Sword</title>
2022-04-02 21:07:53 -04:00
</head>
<body>
2022-04-25 23:41:13 -04:00
<p>Benchmarks: </p>
2022-04-02 21:07:53 -04:00
2022-04-25 23:41:13 -04:00
<ul>
<li><a href="https://shattered-sword.firebaseapp.com//ShatteredSwordGameDesignDocument.html">benchmark1</a></li>
<li><a href="https://shattered-sword.firebaseapp.com/benchmark2.html">benchmark2</a></li>
<li><a href="https://shattered-sword.firebaseapp.com/benchmark3.html">benchmark3</a></li>
</ul>
2022-04-02 21:07:53 -04:00
</body>
</html>