add rambles page

master
Drake 3 years ago
parent 4f4481db71
commit d795187937

@ -0,0 +1,12 @@
<head>
<link rel="stylesheet" type="text/css" href="/css/classes.css">
</head>
<body>
<div class = "white">
<footer class = "white footer">
<p>
<a href = "rambles.html" class = "grey padding">Go back to ramble home</a>
</p>
</footer>
</div>
</body>

@ -0,0 +1,21 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Information</title>
<link rel="stylesheet" type="text/css" href="css/classes.css">
<link rel="stylesheet" type="text/css" href="/css/dark-mode.css">
<!--<link rel="stylesheet" type="text/css" href="css/colours.css">-->
<script src="https://code.jquery.com/jquery-3.6.0.js"></script>
<script>
$(function() { //load footer
$("#footer").load("/footer.html");
});
</script>
</head>
<body>
<p>Cool epic wordwalls of rambling about specific subjects</p>
<a href="shifting.html">Shifting Experiences</a>
<div id="footer">
</div>
</body>
</html>

@ -0,0 +1,27 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Information</title>
<link rel="stylesheet" type="text/css" href="css/classes.css">
<link rel="stylesheet" type="text/css" href="/css/dark-mode.css">
<!--<link rel="stylesheet" type="text/css" href="css/colours.css">-->
<script src="https://code.jquery.com/jquery-3.6.0.js"></script>
<script>
$(function() { //load footer
$("#footer").load("footer.html");
});
</script>
</head>
<body>
<p>DISCLAIMER: This is not being done for escapism. This is only being done for scientific purposes.</p>
<p><small>For anyone who doesn't know what shifting is, see the definition on the <a href = "https://www.reddit.com/r/shiftingrealities/comments/mn86d1/start_here/">"Start Here" r/shiftingrealities thread</a>.</small></p>
<h2>Interesting - Morning, May 17th 2021</h2>
<p>Whenever I was waking up, I <i>heard</i> Angel say "Hello", and not just my mind saying it, but like, someone was in front of me saying "Hello"-heard. No-one was in front of me at the time. Sadly(?) I opened my eyes and it was just my bedroom. Sad!</p>
<h2>Numbers of the Angel Variety - Evening, May 17th 2021</h2>
<p>Ok so I was messing around with a <a href = "https://www.paraphraser.io/">paraphrasing website</a> (warning its kinda bad lol), and I can <i>consistently</i> get it to generate 444s (commonly regarded as a sign from the universe or something), which is kinda insane because I have proof.</p>
<video width = "896" height = "504" controls><source src = "https://cdn.discordapp.com/attachments/631004929762525204/844058704080011324/2021-05-17_23-46-46.mp4" type = "video/mp4"></source></video>
<p>Anyways, another really weird occurence, I think I'm gonna try again tonight</p>
<div id="footer">
</div>
</body>
</html>
Loading…
Cancel
Save