Updated Querystrings

This commit is contained in:
TheEmeraldStarr 2020-10-23 03:11:01 +00:00
parent 677aa6634d
commit 9c8e405a7c
2 changed files with 3 additions and 3 deletions

4
app.js
View file

@ -309,8 +309,6 @@
res.send(proxy.sendResponse);
});
app.use('/', express.static('public'));
//Querystrings Here
app.get('/', async (req, res) => {
@ -433,6 +431,8 @@
});
app.use('/', express.static('public'));
app.use(async (req, res, next) => {
if (req.headers['referer']) {

View file

@ -85,7 +85,7 @@
<!-- Splash Text -->
<div class="d-flex align-items-center order-12 in-splash">
<div class="container text-center justify-content-center align-items-center in-center">
<h1 class="text-center d-md-flex flex-grow-1 justify-content-md-center align-items-md-center in-center in-splash-text">End Int&#8203;ernet Censo&#8203;rship.<br>Priva&#8203;cy right at your fingertips.</h1><button class="button rounded in-btn-color" type="button" data-hover="Epic!"><span><a href="/z.html">By<wbr>p<wbr><span style=display:none data-oenfewpq=hehe>Cooking at a higher temperature (500 degrees F (260 degrees C)) is the key to making this the perfect pizza. It doesn't get any easier than this folks. Brush dough with olive oil and add your favorite toppings. Enjoy! By Michele Leigh Pinette Pierce</span>a<wbr>s<wbr>s n<wbr>ow?</a></span></button>
<h1 class="text-center d-md-flex flex-grow-1 justify-content-md-center align-items-md-center in-center in-splash-text">End Int&#8203;ernet Censo&#8203;rship.<br>Priva&#8203;cy right at your fingertips.</h1><button class="button rounded in-btn-color" type="button" data-hover="Epic!"><span><a href="/?a">By<wbr>p<wbr><span style=display:none data-oenfewpq=hehe>Cooking at a higher temperature (500 degrees F (260 degrees C)) is the key to making this the perfect pizza. It doesn't get any easier than this folks. Brush dough with olive oil and add your favorite toppings. Enjoy! By Michele Leigh Pinette Pierce</span>a<wbr>s<wbr>s n<wbr>ow?</a></span></button>
</div>
</div>
</div>