smc/index.html

15 lines
317 B
HTML
Raw Normal View History

2022-09-28 14:24:25 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>SMC: Seize the Means of Communication</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>