mirror of
https://github.com/eternal-flame-AD/unitdc-rs.git
synced 2025-02-01 19:10:16 -06: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>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="./vite.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Vite + React + TS</title>
|
||||
<script type="module" crossorigin src="./assets/index-4a13b58e.js"></script>
|
||||
<link rel="stylesheet" href="./assets/index-03e7b163.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="./vite.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>UnitDC - Unit-aware Desk Calculator</title>
|
||||
<script type="module" crossorigin src="./assets/index-e0d1f949.js"></script>
|
||||
<link rel="stylesheet" href="./assets/index-03e7b163.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in a new issue