This repository has been archived by the owner on Mar 24, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
59 lines (49 loc) · 2.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>LEGO Universe News! Patcher</title>
<!-- For IE 9 and lower, redirect to the previous Patcher version -->
<!--[if lte (IE 9)]>
<meta http-equiv="refresh" content="0.1; URL=http://legouniversenews.github.io/LUN-Patcher/Legacy/site/index.html">
<![endif]-->
<!--
LEGO Universe News! Patcher
Created 2013-2015 Triangle717 & rioforce
<http://Triangle717.WordPress.com/>
<http://rioforce.WordPress.com/>
Licensed under The MIT License
<http://opensource.org/licenses/MIT/>
-->
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Nunito:400">
<link rel="stylesheet" href="lib/perfect-scrollbar.min.css">
<link rel="stylesheet" href="css/LUN-Patcher.min.css">
</head>
<body>
<div id="background"></div>
<div id="video-div">
<img id="video-loading" alt="Loader" src="loader.gif">
</div>
<div id="news-feed"></div>
<a target="_blank" href="http://legouniversenews.wordpress.com/">
<img id="lun-logo" alt="LEGO Universe News!" width="83" src="img/lun.png">
</a>
<span id="news-text">News from</span>
<span id="news-from-lun">LEGO Universe News</span>
<div id="forum-buttons">
<a target="_blank" href="http://legouniversenews.forummotion.com/faq">
<div class="text-buttons" id="faq-text">FAQ</div></a>
<a target="_blank" href="http://legouniversenews.forummotion.com/t1-rules-as-of-1-1-13">
<div class="text-buttons" id="rules-text">Rules</div></a>
<a target="_blank" href="http://legouniversenews.forummotion.com/h8-staff-members/">
<div class="text-buttons" id="staff-text">Staff</div></a>
<a target="_blank" href="http://bit.ly/MinifigWizard">
<div class="text-buttons" id="wizard-text"><img alt="LUN Minifig Wizard" src="img/Minifig-Wizard.png"></div></a>
</div>
<script src="//code.jquery.com/jquery-2.1.3.min.js"></script>
<script src="lib/perfect-scrollbar.min.js"></script>
<script src="js/newsfeed.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>