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