Fix external css
This commit is contained in:
parent
6c5d621cc5
commit
6198d7e811
|
@ -6,7 +6,6 @@
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Hi Warp Team, I'm August!</title>
|
<title>Hi Warp Team, I'm August!</title>
|
||||||
<link rel="stylesheet" type="text/css" href="style.css">
|
|
||||||
<script type="module" src="/src/index.ts"></script>
|
<script type="module" src="/src/index.ts"></script>
|
||||||
<link rel="preconnect" href="https://rsms.me/">
|
<link rel="preconnect" href="https://rsms.me/">
|
||||||
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
|
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
import "./style.css";
|
||||||
//@ts-ignore
|
//@ts-ignore
|
||||||
import init, { main } from "george";
|
import init, { main } from "george";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue