mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-08-15 13:36:34 +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>
|