Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CSS-Tricks/The-Printliminator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Coyier <chriscoyier@gmail.com>2011-06-30 06:29:33 +0400
committerChris Coyier <chriscoyier@gmail.com>2011-06-30 06:29:33 +0400
commitc35de3f3fced31d280486698c900fa2bea45a19c (patch)
tree8e3e62bd1f97f031849d63211a4d48784bca865e
parent3c9c186796f9c72bb6e50ea8caebf2ea35dc62c4 (diff)
HTML
-rw-r--r--index.html (renamed from index.php)20
1 files changed, 3 insertions, 17 deletions
diff --git a/index.php b/index.html
index fa21a6f..79bc68e 100644
--- a/index.php
+++ b/index.html
@@ -1,9 +1,9 @@
<head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <meta charset='UTF-8'>
<title>The Printliminator</title>
- <link rel="stylesheet" type="text/css" href="css/style.css" />
+ <link rel="stylesheet" href="css/style.css">
</head>
<body>
@@ -11,11 +11,7 @@
<div id="page-wrap">
<h1>The Printliminator <span style="font-size: 12px; color: red; letter-spacing: 1px;">BETA</span></h1>
-
- <div style="width: 50px; float: right; margin: 0 0 0 15px;">
- <script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
- </div>
-
+
<p>The Printliminator is a bookmarklet with some simple tools you can use
to makes websites print better. One click to activate, and then click to remove
elements from the page, remove graphics, and apply better print styling.
@@ -36,16 +32,6 @@
</div>
- <script type="text/javascript">
- var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
- document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
- </script>
- <script type="text/javascript">
- var pageTracker = _gat._getTracker("UA-68528-29");
- pageTracker._initData();
- pageTracker._trackPageview();
- </script>
-
</body>
</html> \ No newline at end of file