em/strong replaced with mark; better viewport

This commit is contained in:
Vadim Makeev 2011-07-17 13:44:47 +04:00
parent 5afa40ac2f
commit d8478e00b6
1 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@
<head>
<title>Shower</title>
<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">
<style>
#Cover H2 {
@ -96,12 +96,12 @@
</header>
<pre>
<code>&lt;html lang="en-US"&gt;</code>
<code><em>&lt;head&gt;</em></code>
<code><mark>&lt;head&gt;</mark></code>
<code> &lt;title&gt;Shower&lt;/title&gt;</code>
<code> &lt;meta charset="<strong>UTF-8</strong>"&gt;</code>
<code> &lt;meta charset="<mark class="important">UTF-8</mark>"&gt;</code>
<code> &lt;link rel="stylesheet" href="s/screen.css"&gt;</code>
<code> &lt;script src="j/jquery.js"&gt;&lt;/script&gt;</code>
<code><em>&lt;/head&gt;</em></code>
<code><mark>&lt;/head&gt;</mark></code>
</pre>
</section>
</div></div>
@ -111,11 +111,11 @@
<h2>Code Notes</h2>
</header>
<pre>
<code><em>&lt;html</em> lang="en-US"&gt;</code>
<code><mark>&lt;html</mark> lang="en-US"&gt;</code>
</pre>
<p class="note">May or may not crash your browser</p>
<pre>
<code><em>&lt;meta</em> charset="<strong>UTF-8</strong>"&gt;</code>
<code><mark>&lt;meta</mark> charset="<mark>UTF-8</mark>"&gt;</code>
</pre>
<p class="note">Lock up your machine</p>
</section>