Hopefully reduce needless whitespace
parent
29d4eb5b8d
commit
13348a3c45
@ -0,0 +1,2 @@
|
||||
<h1>Hello, world!</h1>
|
||||
<p>Lorem ipsum dolor sit amet</p>
|
@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<link rel="stylesheet" href="style.css"></link>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hello, world!</h1>
|
||||
<p>Lorem ipsum dolor sit amet</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue