16 lines
538 B
HTML
16 lines
538 B
HTML
<!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>
|