Explorar el Código

third example

Owen Versteeg hace 9 años
padre
commit
332d6e9ffc
Se han modificado 1 ficheros con 43 adiciones y 0 borrados
  1. 43 0
      example3.html

+ 43 - 0
example3.html

@@ -0,0 +1,43 @@
+<!DOCTYPE html>
+<html>
+	<head>
+		<meta charset="UTF-8">
+		<meta name="viewport" content="width=device-width, initial-scale=1">
+
+		<title>Your Page Title</title>
+
+		<link href="http://mincss.com/entireframework.min.css" rel="stylesheet" type="text/css">
+
+		<style>
+			h1 {
+				    margin: 0.2em 0;
+    border-bottom: 5px solid;
+    margin-bottom: 15px;
+    padding-bottom: 5px;
+			}
+		</style>
+	</head>
+	<body>
+		<nav class="nav" tabindex="-1" onclick="this.focus()">
+			<div class="container">
+				<a class="pagename current" href="#">Your Site Name</a>
+				<a href="#">One</a>
+				<a href="#">Two</a> 
+				<a href="#">Three</a>
+			</div>
+		</nav>
+		<button class="btn-close btn btn-sm">×</button>
+		<div class="container">
+			<h1>Example</h1>
+			<p>You can view the source of this page and copy it to get a quick start on a project with Min! You can view the source of this page and copy it to get a quick start on a project with Min! You can view the source of this page and copy it to get a quick start on a project with Min! You can view the source of this page and copy it to get a quick start on a project with Min! You can view the source of this page and copy it to get a quick start on a project with Min! You can view the source of this page and copy it to get a quick start on a project with Min! You can view the source of this page and copy it to get a quick start on a project with Min! You can view the source of this page and copy it to get a quick start on a project with Min!</p>
+			<h1>Doing things!</h1>
+			<p>Enter how many dollars you want! <span class="addon">$</span><input type="text" class="smooth"> You can view the source of this page and copy it to get a quick start on a project with Min!</p>
+			<h1>Do we like numbers?</h1>
+			<table class="table"><thead><tr><th>#</th><th>Widgets Sold</th><th>Revenue (£)</th><th>Profit (£)</th></tr></thead><tbody><tr><td>1</td><td>5</td><td>10</td><td>2</td></tr><tr><td>2</td><td>10</td><td>20</td><td>4</td></tr><tr><td>3</td><td>500</td><td>1000</td><td>200</td></tr></tbody></table>
+			<h1>Conclusions ☺ ☻</h1>
+			<i class="ico">We like chess. ♠ ♣ ♥ ♦ ♪ ♛ ♜ ♝ ♞ ♟</i>
+			<br><i class="ico">We like phones! ☎</i>
+			<br><i class="ico">We like arrows! ⇦ ⇧ ⇨ ⇩</i>
+		</div>
+	</body>
+</html>