Make CSS no longer import via HTML
This commit is contained in:
parent
f1c57dde3b
commit
040d7133f6
67
index.html
67
index.html
@ -1,37 +1,36 @@
|
|||||||
<!doctype html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<link rel="icon" href="/assets/favicon.svg" />
|
<link rel="icon" href="/assets/favicon.svg" />
|
||||||
<meta
|
<meta
|
||||||
name="viewport"
|
name="viewport"
|
||||||
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover"
|
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<meta
|
<meta
|
||||||
name="description"
|
name="description"
|
||||||
content="Airbnb co-hosting and property management."
|
content="Airbnb co-hosting and property management."
|
||||||
/>
|
/>
|
||||||
<link rel="apple-touch-icon" href="/assets/favicon192.png" />
|
<link rel="apple-touch-icon" href="/assets/favicon192.png" />
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||||
<link
|
<link
|
||||||
href="https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap"
|
href="https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap"
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
/>
|
/>
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||||
<meta
|
<meta
|
||||||
name="apple-mobile-web-app-status-bar-style"
|
name="apple-mobile-web-app-status-bar-style"
|
||||||
content="black-translucent"
|
content="black-translucent"
|
||||||
/>
|
/>
|
||||||
<link rel="stylesheet" href="/global.css" />
|
<link rel="stylesheet" href="/fonts.css" />
|
||||||
<link rel="stylesheet" href="/fonts.css" />
|
<link rel="manifest" href="/manifest.json" />
|
||||||
<link rel="manifest" href="/manifest.json" />
|
<title>The Hideout</title>
|
||||||
<title>The Hideout</title>
|
</head>
|
||||||
</head>
|
<body>
|
||||||
<body>
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
<div id="root" class="th-root"></div>
|
||||||
<div id="root" class="th-root"></div>
|
<script type="module" src="/src/main.jsx"></script>
|
||||||
<script type="module" src="/src/main.jsx"></script>
|
</body>
|
||||||
</body>
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
1292
src/global.css
Normal file
1292
src/global.css
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user