mirror of
https://github.com/eternal-flame-AD/unitdc-rs.git
synced 2025-03-10 00:39:13 -05:00
deploy: 92a3043997
This commit is contained in:
parent
4e601c8fdb
commit
68d2e1bc1c
3 changed files with 17 additions and 14 deletions
File diff suppressed because one or more lines are too long
Binary file not shown.
29
index.html
29
index.html
|
@ -1,15 +1,18 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
<head>
|
||||||
<link rel="icon" type="image/svg+xml" href="./vite.svg" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<link rel="icon" type="image/svg+xml" href="./vite.svg" />
|
||||||
<title>Vite + React + TS</title>
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<script type="module" crossorigin src="./assets/index-4a13b58e.js"></script>
|
<title>UnitDC - Unit-aware Desk Calculator</title>
|
||||||
<link rel="stylesheet" href="./assets/index-03e7b163.css">
|
<script type="module" crossorigin src="./assets/index-e0d1f949.js"></script>
|
||||||
</head>
|
<link rel="stylesheet" href="./assets/index-03e7b163.css">
|
||||||
<body>
|
</head>
|
||||||
<div id="root"></div>
|
|
||||||
|
<body>
|
||||||
</body>
|
<div id="root"></div>
|
||||||
</html>
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
Loading…
Add table
Reference in a new issue