mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-23 11:39:35 +01:00
html-css: accidentally run prettier
This commit is contained in:
parent
702053a99c
commit
f9a3943824
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user