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

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChaoyi Zha <summermontreal@gmail.com>2016-08-16 00:46:08 +0300
committerChaoyi Zha <summermontreal@gmail.com>2016-08-16 00:46:08 +0300
commit7f5de1110fa55e9c60b7569b3c1bbcd001197d9c (patch)
tree1ab8f589eb6e15fe9966f49a76ad003d32c3319a
parentb6b23b1f570ba375b911dcc145bcffec193659a3 (diff)
Add demo to menu nav
-rw-r--r--index.css5
-rw-r--r--index.html10
2 files changed, 10 insertions, 5 deletions
diff --git a/index.css b/index.css
index 0c558b0..e215d33 100644
--- a/index.css
+++ b/index.css
@@ -1,6 +1,7 @@
+@import 'https://fonts.googleapis.com/css?family=Rasa';
body {
- font-family: 'Georgia', serif !important;
- font-size: 17px;
+ font-family: 'Rasa', serif !important;
+ font-size: 18px;
color: #000;
}
h2, h3, h4 {
diff --git a/index.html b/index.html
index 57b7fcb..e73470b 100644
--- a/index.html
+++ b/index.html
@@ -23,6 +23,10 @@
//
+ <a href='//demo.polr.me'>demo</a>
+
+ //
+
<a href='//webchat.freenode.net/?channels=#polr'>irc</a>
//
@@ -139,14 +143,14 @@
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
-
+
ga('create', 'UA-42873524-5', 'auto');
ga('send', 'pageview');
</script>
</body>
-<!--
- Inspired by Flask's website :)
+<!--
+ Inspired by Flask's website :)
Copyright (c) 2010-2016 by Armin Ronacher.
-->