fix: layouts getting applied before css
This commit is contained in:
+2
-2
@@ -1,13 +1,13 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<link rel="stylesheet" href="css/style.css"/>
|
<link rel="stylesheet" href="css/style.css"/>
|
||||||
<link rel="stylesheet" href="css/corrections.css"/>
|
<link rel="stylesheet" href="css/corrections.css"/>
|
||||||
<link rel="stylesheet" href="css/blink-cursor.css"/>
|
<link rel="stylesheet" href="css/blink-cursor.css"/>
|
||||||
<link rel="stylesheet" href="css/glitch.css"/>
|
<link rel="stylesheet" href="css/glitch.css"/>
|
||||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>sourceworks.dev</title>
|
<title>sourceworks.dev</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Reference in New Issue
Block a user