mirror of
https://github.com/Xevion/rust-sdl2-emscripten.git
synced 2025-12-06 11:16:19 -06:00
Relative CSS on HTML
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="/build.css" />
|
||||
<link rel="stylesheet" href="build.css" />
|
||||
</head>
|
||||
<body class="m-0 p-0 bg-black text-white">
|
||||
<div class="max-w-screen-md mx-auto mt-10">
|
||||
|
||||
Reference in New Issue
Block a user