mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-07-24 02:41:38 +00:00
12 lines
222 B
HTML
12 lines
222 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Backrest</title>
|
|
<link rel="stylesheet" href="index.sass" />
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script src="index.tsx" type="module"></script>
|
|
</body>
|
|
</html>
|