Make CSS no longer import via HTML

This commit is contained in:
Tom Butcher 2025-11-16 13:28:38 +00:00
parent f1c57dde3b
commit 040d7133f6
2 changed files with 1325 additions and 34 deletions

View File

@ -1,4 +1,4 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
@ -24,7 +24,6 @@
name="apple-mobile-web-app-status-bar-style"
content="black-translucent"
/>
<link rel="stylesheet" href="/global.css" />
<link rel="stylesheet" href="/fonts.css" />
<link rel="manifest" href="/manifest.json" />
<title>The Hideout</title>

1292
src/global.css Normal file

File diff suppressed because it is too large Load Diff