Clean up some things
|
@ -1,3 +1,2 @@
|
|||
# web
|
||||
|
||||
Hosting for my Web stuff.
|
||||
Main hosting for my web stuff.
|
||||
Secondary content is hosted in other repos.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
function RandomGIF() {
|
||||
GifID = Math.floor((Math.random() * 25)/2);
|
||||
GifURL = top.glob + GifID + ".gif";
|
||||
GifURL = "Web-ThirdParty-Unknown/Assets/Media/Backgrounds/" + GifID + ".gif";
|
||||
document.body.style.backgroundImage = "url(" + GifURL + ")";
|
||||
}
|
||||
|
||||
|
|
Before Width: | Height: | Size: 916 KiB |
Before Width: | Height: | Size: 935 KiB |
Before Width: | Height: | Size: 1.7 MiB |
Before Width: | Height: | Size: 2.0 MiB |
Before Width: | Height: | Size: 2.9 MiB |
Before Width: | Height: | Size: 4.0 MiB |
Before Width: | Height: | Size: 2.0 MiB |
Before Width: | Height: | Size: 2.8 MiB |
Before Width: | Height: | Size: 2.8 MiB |
Before Width: | Height: | Size: 1.8 MiB |
Before Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 7.4 MiB |
Before Width: | Height: | Size: 295 KiB |
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>OctoSpacc Momentum | Start Page</title>
|
||||
<meta name="description" content="Almost empty :/">
|
||||
<meta property="og:title" content="OctoSpacc Momentum | Start Page">
|
||||
<meta property="og:description" content="Almost empty :/">
|
||||
<title>OctoSpacc Place | Start Page</title>
|
||||
<meta name="description" content="Kinda empty :/">
|
||||
<meta property="og:title" content="OctoSpacc Place | Start Page">
|
||||
<meta property="og:description" content="Kinda empty :/">
|
||||
<meta property="og:url" content="https://octospacc.gitlab.io/">
|
||||
<meta property="og:image" content="RichPreview/index.jpg">
|
||||
|
||||
|
@ -13,12 +13,11 @@
|
|||
<link rel="shortcut icon" href="favicon.png" type="image/x-icon">
|
||||
<link href="Assets/CSS/Dark.css" rel="stylesheet">
|
||||
<script src="Assets/JS/RandomGIF.js"></script>
|
||||
<script> top.glob = "Assets/Media/BG/"; </script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="Content" style="text-align: center;">
|
||||
<h1>OctoSpacc Momentum</h1><br><br>
|
||||
<h1>OctoSpacc Place</h1><br><br>
|
||||
<p>
|
||||
<h3>Still kinda empty :/</h3><br><br><br>
|
||||
</p>
|
||||
|
|