diff options
Diffstat (limited to 'html_template/template.html')
-rw-r--r--[-rwxr-xr-x] | html_template/template.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/html_template/template.html b/html_template/template.html index ead234e..393a862 100755..100644 --- a/html_template/template.html +++ b/html_template/template.html @@ -17,7 +17,7 @@ <div id="page-container">
<div id="top-stories">
<div class="top-story">
- <a target="_blank" href="xxURL1-1xx" id="top-story-1">
+ <a target="_blank" href="redirects/h1-1.html" id="top-story-1">
<div class="top-stories-img">
<img src="xxImg1-1xx" />
</div>
@@ -27,7 +27,7 @@ </div>
<div class="top-story">
- <a target="_blank" href="xxURL1-2xx" id="top-story-2">
+ <a target="_blank" href="redirects/h1-2.html" id="top-story-2">
<div class="top-stories-img">
<img src="xxImg1-2xx" />
</div>
@@ -37,7 +37,7 @@ </div>
<div class="top-story">
- <a target="_blank" href="xxURL1-3xx" id="top-story-3">
+ <a target="_blank" href="redirects/h1-3.html" id="top-story-3">
<div class="top-stories-img">
<img src="xxImg1-3xx" />
</div>
|