"a few changes"
Took 6 hours 57 minutes
This commit is contained in:
20
web/index.html
Normal file
20
web/index.html
Normal file
@ -0,0 +1,20 @@
|
||||
<!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>iTender</title>
|
||||
<link rel='stylesheet' href='/stylesheets/reset.css'/>
|
||||
<link rel='stylesheet' href='/stylesheets/style.css'/>
|
||||
<link rel='preload' as='image' href='/static/shot.png'/>
|
||||
<link rel='preload' as='image' href='/static/small.png'/>
|
||||
<link rel='preload' as='image' href='/static/normal.png'/>
|
||||
<link rel='preload' as='image' href='/static/large.png'/>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user