em/strong replaced with mark; better viewport
This commit is contained in:
parent
5afa40ac2f
commit
d8478e00b6
12
index.htm
12
index.htm
|
@ -3,7 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<title>Shower</title>
|
<title>Shower</title>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
||||||
<link rel="stylesheet" href="themes/ribbon/styles/style.css">
|
<link rel="stylesheet" href="themes/ribbon/styles/style.css">
|
||||||
<style>
|
<style>
|
||||||
#Cover H2 {
|
#Cover H2 {
|
||||||
|
@ -96,12 +96,12 @@
|
||||||
</header>
|
</header>
|
||||||
<pre>
|
<pre>
|
||||||
<code><html lang="en-US"></code>
|
<code><html lang="en-US"></code>
|
||||||
<code><em><head></em></code>
|
<code><mark><head></mark></code>
|
||||||
<code> <title>Shower</title></code>
|
<code> <title>Shower</title></code>
|
||||||
<code> <meta charset="<strong>UTF-8</strong>"></code>
|
<code> <meta charset="<mark class="important">UTF-8</mark>"></code>
|
||||||
<code> <link rel="stylesheet" href="s/screen.css"></code>
|
<code> <link rel="stylesheet" href="s/screen.css"></code>
|
||||||
<code> <script src="j/jquery.js"></script></code>
|
<code> <script src="j/jquery.js"></script></code>
|
||||||
<code><em></head></em></code>
|
<code><mark></head></mark></code>
|
||||||
</pre>
|
</pre>
|
||||||
</section>
|
</section>
|
||||||
</div></div>
|
</div></div>
|
||||||
|
@ -111,11 +111,11 @@
|
||||||
<h2>Code Notes</h2>
|
<h2>Code Notes</h2>
|
||||||
</header>
|
</header>
|
||||||
<pre>
|
<pre>
|
||||||
<code><em><html</em> lang="en-US"></code>
|
<code><mark><html</mark> lang="en-US"></code>
|
||||||
</pre>
|
</pre>
|
||||||
<p class="note">May or may not crash your browser</p>
|
<p class="note">May or may not crash your browser</p>
|
||||||
<pre>
|
<pre>
|
||||||
<code><em><meta</em> charset="<strong>UTF-8</strong>"></code>
|
<code><mark><meta</mark> charset="<mark>UTF-8</mark>"></code>
|
||||||
</pre>
|
</pre>
|
||||||
<p class="note">Lock up your machine</p>
|
<p class="note">Lock up your machine</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Reference in New Issue