pendorclock/index.html

16 lines
538 B
HTML
Raw Normal View History

2021-11-16 03:27:41 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Pendordate Testbed</title>
<meta http-equiv="X-UI-Compatible" content="ie-edge" />
<meta property="og:type" content="website" />
<meta name="theme-color" content="#000000" />
</head>
<body>
<p>The Date on Pendor is: <span id="pendordate" /></p>
<script type="module" src="/src/index.ts"></script>
</body>
</html>