Relative CSS on HTML

This commit is contained in:
2024-04-23 19:51:47 -05:00
parent b331169eae
commit 0d9f9099a4

View File

@@ -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">