13 lines
382 B
HTML
13 lines
382 B
HTML
|
|
<!doctype html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<meta charset="utf-8" />
|
||
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||
|
|
<title>E/PLACE</title>
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
|
|
<link rel="icon" href="/favicon.ico" />
|
||
|
|
<script type="module" src="index.js"></script>
|
||
|
|
</head>
|
||
|
|
<body></body>
|
||
|
|
</html>
|