Make CSS no longer import via HTML
This commit is contained in:
parent
f1c57dde3b
commit
040d7133f6
@ -1,4 +1,4 @@
|
|||||||
<!doctype html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
@ -24,7 +24,6 @@
|
|||||||
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>
|
||||||
|
|||||||
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