mirror of
https://github.com/garethgeorge/backrest.git
synced 2026-05-04 12:00:36 +00:00
13 lines
303 B
HTML
13 lines
303 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Backrest</title>
|
|
<link rel="stylesheet" href="/src/index.sass" />
|
|
<link rel="icon" type="image/png" href="/assets/favicon.png" />
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/app/main.tsx"></script>
|
|
</body>
|
|
</html>
|