footer, meta, title added everywhere

master
Michał 'rysiek' Woźniak 2014-01-27 00:24:25 +01:00
parent ac64b32513
commit fc73d9a77d
5 changed files with 13 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Neat HaCSS Combo!</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style>
/* +-----------------------------------------------------------------------+ *\
@ -237,5 +238,6 @@
</div>
</div>
</div>
<p>This is one if the <a href="http://rys.io/en/123/">neat hacss</a>. Code is <a href="https://code.hackerspace.pl/rysiek/neat-hacss/">here</a>.</p>
</body>
</html>

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>CSS Reverse Dependance</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style>
/* +-----------------------------------------------------------------------+ *\
@ -93,5 +94,6 @@
<span class="indicator side-by-side"></span>
<span class="indicator all"></span>
</div>
<p>This is one if the <a href="http://rys.io/en/123/">neat hacss</a>. Code is <a href="https://code.hackerspace.pl/rysiek/neat-hacss/">here</a>.</p>
</body>
</html>

View File

@ -1,6 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<title>Reverse Noscript</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style>
/* +-----------------------------------------------------------------------+ *\
|* | reversed-noscript | *|
@ -56,5 +58,6 @@
<noscript>--></noscript>
<div>This div is visible always.</div>
</div>
<p>This is one if the <a href="http://rys.io/en/123/">neat hacss</a>. Code is <a href="https://code.hackerspace.pl/rysiek/neat-hacss/">here</a>.</p>
</body>
</html>

View File

@ -1,6 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<title>CSS Targetable Displayable</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style>
/* +-----------------------------------------------------------------------+ *\
|* | targetable displayable | *|
@ -214,5 +216,6 @@
<li><a href="#displayable-targetable-2" title="Section #2 target link">Target Section #2</a></li>
<li><a href="#displayable-targetable-3" title="Section #3 target link">Target Section #3</a></li>
</ul>
<p>This is one if the <a href="http://rys.io/en/123/">neat hacss</a>. Code is <a href="https://code.hackerspace.pl/rysiek/neat-hacss/">here</a>.</p>
</body>
</html>

View File

@ -1,6 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<title>Pure CSS Tooltips</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style>
/* +-----------------------------------------------------------------------+ *\
|* | tooltips styling | *|
@ -115,5 +117,6 @@
<div>Not tooltipped element.</div>
<span data-tooltip="Tooltip!">Tooltiped element 3</span>
</div>
<p>This is one if the <a href="http://rys.io/en/123/">neat hacss</a>. Code is <a href="https://code.hackerspace.pl/rysiek/neat-hacss/">here</a>.</p>
</body>
</html>