summaryrefslogtreecommitdiff
path: root/html_template
diff options
context:
space:
mode:
authorsstvinc2 <sstvinc2@gmail.com>2017-02-15 16:14:38 -0600
committersstvinc2 <sstvinc2@gmail.com>2017-02-15 16:14:38 -0600
commit38483987b2389b92ca06ac1b409f358ecd4fa991 (patch)
tree072ae9e6d913b0fe69c140d47cbd040135cab91e /html_template
parent8e87842bdbd8525c4fa6ec8f1bd95aa42ab9318b (diff)
Changed randomization algorith for H2 and H3; fully implemented H3
Diffstat (limited to 'html_template')
-rw-r--r--html_template/template.html32
1 files changed, 24 insertions, 8 deletions
diff --git a/html_template/template.html b/html_template/template.html
index befaaff..1c2e858 100644
--- a/html_template/template.html
+++ b/html_template/template.html
@@ -109,35 +109,51 @@
<div id="bottom-stories">
<div class="bottom-story">
- <a target="_blank" href="redirects/h3-1.html">xxTitle3-1xx</a>
+ <a target="_blank" href="" onclick="window.open('xxURL3-1xx', '_blank')">xxTitle3-1xx</a>
</div>
<div class="bottom-story">
- <a target="_blank" href="redirects/h3-2.html">xxTitle3-2xx</a>
+ <a target="_blank" href="" onclick="window.open('xxURL3-2xx', '_blank')">xxTitle3-2xx</a>
</div>
<div class="bottom-story">
- <a target="_blank" href="redirects/h3-3.html">xxTitle3-3xx</a>
+ <a target="_blank" href="" onclick="window.open('xxURL3-3xx', '_blank')">xxTitle3-3xx</a>
</div>
<div class="bottom-story">
- <a target="_blank" href="redirects/h3-4.html">xxTitle3-4xx</a>
+ <a target="_blank" href="" onclick="window.open('xxURL3-4xx', '_blank')">xxTitle3-4xx</a>
</div>
<div class="bottom-story">
- <a target="_blank" href="redirects/h3-5.html">xxTitle3-5xx</a>
+ <a target="_blank" href="" onclick="window.open('xxURL3-5xx', '_blank')">xxTitle3-5xx</a>
</div>
<div class="bottom-story">
- <a target="_blank" href="redirects/h3-6.html">xxTitle3-6xx</a>
+ <a target="_blank" href="" onclick="window.open('xxURL3-6xx', '_blank')">xxTitle3-6xx</a>
</div>
<div class="bottom-story">
- <a target="_blank" href="redirects/h3-7.html">xxTitle3-7xx</a>
+ <a target="_blank" href="" onclick="window.open('xxURL3-7xx', '_blank')">xxTitle3-7xx</a>
</div>
<div class="bottom-story">
- <a target="_blank" href="redirects/h3-8.html">xxTitle3-8xx</a>
+ <a target="_blank" href="" onclick="window.open('xxURL3-8xx', '_blank')">xxTitle3-8xx</a>
+ </div>
+
+ <div class="bottom-story">
+ <a target="_blank" href="" onclick="window.open('xxURL3-9xx', '_blank')">xxTitle3-9xx</a>
+ </div>
+
+ <div class="bottom-story">
+ <a target="_blank" href="" onclick="window.open('xxURL3-10xx', '_blank')">xxTitle3-10xx</a>
+ </div>
+
+ <div class="bottom-story">
+ <a target="_blank" href="" onclick="window.open('xxURL3-11xx', '_blank')">xxTitle3-11xx</a>
+ </div>
+
+ <div class="bottom-story">
+ <a target="_blank" href="" onclick="window.open('xxURL3-12xx', '_blank')">xxTitle3-12xx</a>
</div>
</div>