-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (59 loc) · 4.26 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
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en">
<head>
<title>Crossroads Mall Image Gallery</title>
<!--Meta shit--><meta name="description" content="(MALL NOW CLOSED) During my short little trip down to Omaha, I stopped by the Crossroads Mall, a dead mall near the University of Nebraska-Omaha. Here are the images I took.">
<meta name="keywords" content="MarshmelloSUCKS,Ferry Corsten > Marshmello,fcmsite.rf.gd">
<meta name="author" content="Ferry Corsten > Marshmello">
<meta name="theme-color" content="#030396">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--Favicon--><link rel="icon" type="image/png" href="/folders/assets/favi/pfp.jpg">
<!--External stylesheets--><link href="https://fonts.googleapis.com/css?family=Blinker|Geostar+Fill&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Coda&display=swap" rel="stylesheet">
<link href="style.css" rel="stylesheet" type="text/css">
<!--Style stuff only applicable to this page--><style>
div.left {
float: left;
margin-right: 10px;
}
div.img {
overflow: auto;
}
</style>
</head>
<body><div class="content">
<!--Header--><div class="header">
<p><font style="font-size: 45px">Crossroads Mall (Image Gallery)</font></p>
<p><font style="font-size: 15px"><a href="/index.html">Home</a> <a href="/imgdir.html">Photography</a><div class="droplink"><button class="dropbtn">More...</button>
<div class="droplink-content">
<a href="/folders/rants/">Rants</a>
<a href="https://sitebuilderssuck.weebly.com/">SiteBuildersSuck</a>
<a href="/folders/worst-site">Legacy</a>
<a href="https://beaisbae.xyz">Bea is BAE</a>
<a href="https://discord.gg/vZYTsgV">Discord Server</a>
<a href="https://dontaim.github.io">Don't Aim</a>
</div>
</font></p></div>
</div>
<p class="update"><b>MALL CLOSURE WARNING:</b> According to <a href="https://youtu.be/BrfdNChBimc?t=64">Brick Immortar</a>, the Crossroads Mall has already closed. Read more about the mall's closure <a href="https://www.wowt.com/content/news/Crossroads-Mall-to-be-demolished-tenants-have-30-days-to-move-569460191.html">here</a>.</p>
<p class="update">Sorry for poor mobile formatting.</p>
<!--Body Text--><div class="img">
<div class="left"><p><a href="images/enterance.jpg"><img src="thumbs/enterance.jpg" alt="The Enterance to the Crossroads Mall" title="Click to view image in full-size" height="480" width="auto"></a></p></div>
<p>Come one, come all to the Crossroads Mall in Omaha, Nebraska! A dead mall near the University of Nebraska - Omaha that has everything you need! A Czeck & Slovak museum, a discount clothing store, a Barnes & Noble, and two huge white tents! You won't regret walking around in this dead mall!</p>
<p><b>IMAGES:</b></p>
<p><a href="escalators.html">The escalators</a></p>
<p><a href="lobby.html">Alternate lobby view</a></p>
<p><a href="food-court.html">A glimpse of the Food Court</a></p>
<p><a href="target.html">Target wing</a></p>
<p><a href="sears.html">Sears wing</a></p>
<p><a href="half-of-half.html">1/2 of 1/2 Storefront</a></p>
<p><a href="tents.html">Those famous tents</a></p>
<p><a href="additional-images/"><b>Additional images</b></a></p>
</div>
<!--End of site content--><p class="end">Thanks for visiting my site!</p>
</div>
<p class="cright">View me on: <a href="https://marshmellosucks.newgrounds.com/">Newgrounds</a> <a href="https://reddit.com/u/GDZippN">Reddit</a> <a href="https://twitter.com/IowanEASFan">Twitter</a> <a href="https://www.paypal.me/zippn">PayPal.me</a></p>
<p class="cright">Made in 2020 by Ferry Corsten > Marshmello.</font></p>
<p class="cright">Last updated 2020/01/15 at 21:51 CST.</p>
</body>
</html>