html-css: accidentally run prettier

This commit is contained in:
Aminda Suomalainen 2024-08-05 09:31:06 +03:00
parent 702053a99c
commit f9a3943824
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 4 additions and 16 deletions

View File

@ -4,15 +4,9 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Lorem.</title>
<link
rel="stylesheet"
href="fun.css"
/>
<link rel="stylesheet" href="fun.css" />
</head>
<body>
<h1>MEOW</h1>

View File

@ -4,15 +4,9 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Lorem.</title>
<link
rel="stylesheet"
href="style.css"
/>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1>Lorem, ipsum dolor.</h1>