Add utf-8 encoding declaration

This commit is contained in:
Case Duckworth 2019-06-09 18:53:24 -05:00
parent bac9badafe
commit 108bcae322
4 changed files with 19 additions and 14 deletions

View File

@ -1,4 +1,5 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>corner shop</title>
<style>

View File

@ -1,5 +1,6 @@
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>acdw's cool internet experiments</title>
<body>
@ -56,10 +57,11 @@
<section id="pages">
<h1>read</h1>
<ul>
<li><a href="feels"><strong>feelings</strong></a>
<li><a href="written-while-waiting.html">written while waiting</a>
<li><a href="same-page.html">same page</a>
<li><a href="cornershop.html">corner shop</a>
<li><a href="feels"><strong>feelings</strong></a></li>
<li><a href="written-while-waiting.html">written while waiting</a></li>
<li><a href="same-page.html">same page</a></li>
<li><a href="cornershop.html">corner shop</a></li>
<li><a href="windy.html">windy</a></li>
</ul>
</section>
</div>

View File

@ -1,4 +1,5 @@
<!DOCTYPE html>
<meta charset="utf-8">
<!-- vim: sts=3 ts=3 sw=3
-->
<title>the same page</title>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html>
<head>
<meta charset='utf-8'>
<meta http-equiv='content-language' content='en-US'>