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> <!DOCTYPE html>
<meta charset="utf-8">
<title>corner shop</title> <title>corner shop</title>
<style> <style>

View File

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

View File

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

View File

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