-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from MNblocker/glitch
it wuld be swag if u got hit by a truck
- Loading branch information
Showing
7 changed files
with
191 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{"name":"astro-background.avif","date":"2023-10-24T02:27:06.523Z","url":"https://cdn.glitch.global/a2356aac-4b25-4380-b4c7-356782b63063/astro-background.avif","type":"image/avif","size":336429,"imageWidth":1200,"imageHeight":900,"thumbnail":"https://cdn.glitch.global/a2356aac-4b25-4380-b4c7-356782b63063/thumbnails%2Fastro-background.avif","thumbnailWidth":330,"thumbnailHeight":248,"uuid":"7IKMNqi8inThBg5K"} | ||
{"name":"Cooper Black Regular.ttf","date":"2023-10-24T02:32:36.634Z","url":"https://cdn.glitch.global/a2356aac-4b25-4380-b4c7-356782b63063/Cooper%20Black%20Regular.ttf","type":"","size":80388,"thumbnail":"https://cdn.glitch.global/a2356aac-4b25-4380-b4c7-356782b63063/thumbnails%2FCooper%20Black%20Regular.ttf","thumbnailWidth":210,"thumbnailHeight":210,"uuid":"UdZAYwVNJC65TO0n"} | ||
{"name":"Earth.webp","date":"2023-10-24T02:47:05.980Z","url":"https://cdn.glitch.global/a2356aac-4b25-4380-b4c7-356782b63063/Earth.webp","type":"image/webp","size":20522,"imageWidth":256,"imageHeight":256,"thumbnail":"https://cdn.glitch.global/a2356aac-4b25-4380-b4c7-356782b63063/Earth.webp","thumbnailWidth":256,"thumbnailHeight":256,"uuid":"3eMFwsPLps84Ctgm"} | ||
{"uuid":"3eMFwsPLps84Ctgm","deleted":true} | ||
{"name":"Earth.ico","date":"2023-10-24T02:47:05.980Z","url":"https://cdn.glitch.global/a2356aac-4b25-4380-b4c7-356782b63063/Earth.ico","type":"image/webp","size":20522,"imageWidth":256,"imageHeight":256,"thumbnail":"https://cdn.glitch.global/a2356aac-4b25-4380-b4c7-356782b63063/Earth.webp","thumbnailWidth":256,"thumbnailHeight":256,"uuid":"3eMFwsPLps84Ctgm"} | ||
{"name":"IMG_1365.jpeg","date":"2023-10-24T03:23:59.806Z","url":"https://cdn.glitch.global/a2356aac-4b25-4380-b4c7-356782b63063/IMG_1365.jpeg","type":"image/jpeg","size":39689,"imageWidth":480,"imageHeight":268,"thumbnail":"https://cdn.glitch.global/a2356aac-4b25-4380-b4c7-356782b63063/thumbnails%2FIMG_1365.jpeg","thumbnailWidth":330,"thumbnailHeight":185,"uuid":"twT2NnFim0vLDbLr"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
<title>astro</title> | ||
<link rel="stylesheet" href="./style.css"> | ||
<link rel="icon" href="https://cdn.glitch.global/a2356aac-4b25-4380-b4c7-356782b63063/Earth.ico?v=1698115625980" type="image/x-icon"> | ||
</head> | ||
<body> | ||
|
||
<ul> | ||
<li><a href="home.html" >ASTRO</a></li> | ||
<li><a href="about.html" class="active">about</a></li> | ||
<li><a href="license.html">license</a></li> | ||
<li><a href="games.html">games</a></li> | ||
|
||
</ul> | ||
|
||
<h1 class="abouttitle"> | ||
ASTRO | ||
</h1> | ||
<p class="abouttitle"> | ||
is a game site for you to play games. | ||
made by <a href="https://github.com/kerbalis">kerbalis</a>. pretty #swag, right????? | ||
</p> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
<title>astro</title> | ||
<link rel="stylesheet" href="./style.css"> | ||
<link rel="icon" href="https://cdn.glitch.global/a2356aac-4b25-4380-b4c7-356782b63063/Earth.ico?v=1698115625980" type="image/x-icon"> | ||
</head> | ||
<body> | ||
|
||
<ul> | ||
<li><a href="home.html" class="active">ASTRO</a></li> | ||
<li><a href="about.html">about</a></li> | ||
<li><a href="license.html">license</a></li> | ||
<li><a href="games.html">games</a></li> | ||
</ul> | ||
|
||
<iframe src="https://cdn-factory.marketjs.com/en/harvest-the-crops/index.html" width="4600" height="1800"> | ||
|
||
</iframe> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
<title>astro</title> | ||
<link rel="stylesheet" href="./style.css"> | ||
<link rel="icon" href="./favicon.ico" type="image/x-icon"> | ||
</head> | ||
<body> | ||
|
||
<ul> | ||
<li><a href="home.html" class="active">ASTRO</a></li> | ||
<li><a href="about.html">about</a></li> | ||
<li><a href="license.html">license</a></li> | ||
<li><a href="games.html">games</a></li> | ||
|
||
</ul> | ||
|
||
<h1 class="hometitle"> | ||
ASTRO | ||
</h1> | ||
<p class="hometitle"> | ||
is a stupid little website made by stupid little kid stupid little idiot for you to play stupid idiot games. got it?????? | ||
</p> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
<title>astro</title> | ||
<link rel="stylesheet" href="./style.css"> | ||
<link rel="icon" href="https://cdn.glitch.global/a2356aac-4b25-4380-b4c7-356782b63063/Earth.ico?v=1698115625980" type="image/x-icon"> | ||
</head> | ||
<body> | ||
|
||
<ul> | ||
<li><a href="home.html" >ASTRO</a></li> | ||
<li><a href="about.html">about</a></li> | ||
<li><a href="license.html" class="active">license</a></li> | ||
<li><a href="games.html">games</a></li> | ||
</ul> | ||
<h1 class="hometitle"> | ||
idc | ||
</h1> | ||
<p class="hometitle"> | ||
do whatever ive got no restrictions. copy my code ! :) | ||
</p> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
|
||
|
||
@font-face { | ||
font-family: 'cooper'; /* This is an arbitrary name -- whatever works for you */ | ||
src: url('https://cdn.glitch.global/a2356aac-4b25-4380-b4c7-356782b63063/Cooper%20Black%20Regular.ttf?v=1698114756634');} | ||
|
||
body { | ||
font-family: cooper; | ||
background-image: url('https://cdn.glitch.global/a2356aac-4b25-4380-b4c7-356782b63063/IMG_1366.webp?v=1698117939709'); | ||
color: aliceblue; | ||
} | ||
|
||
ul { | ||
list-style-type: none; | ||
margin: 0; | ||
padding: 0; | ||
overflow: hidden; | ||
background-color: #333333; | ||
position: fixed; | ||
top: 0; | ||
width: 100%; | ||
position: sticky; | ||
top: 0; | ||
|
||
} | ||
|
||
li { | ||
float: left; | ||
border-right: 1px solid #bbbbbb; | ||
} | ||
|
||
li a { | ||
display: block; | ||
color: white; | ||
text-align: center; | ||
padding: 14px 16px; | ||
text-decoration: none; | ||
} | ||
|
||
/* Change the link color to #111 (black) on hover */ | ||
li a:hover { | ||
background-color: #111111; | ||
} | ||
|
||
li:last-child { | ||
border-right: none; | ||
} | ||
.active { | ||
background-color: #04AA6D; | ||
} | ||
.abouttitle { | ||
text-align: center; | ||
} | ||
.hometitle { | ||
text-align: center; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
<title>astro</title> | ||
<link rel="stylesheet" href="./style.css"> | ||
<link rel="icon" href="https://cdn.glitch.global/a2356aac-4b25-4380-b4c7-356782b63063/Earth.ico?v=1698115625980" type="image/x-icon"> | ||
</head> | ||
<body> | ||
|
||
<ul> | ||
<li><a href="home.html" class="active">ASTRO</a></li> | ||
<li><a href="about.html">about</a></li> | ||
<li><a href="license.html">license</a></li> | ||
<li><a href="games.html">games</a></li> | ||
</ul> | ||
boilerplates r a gud thing 2 hav!! | ||
</body> | ||
</html> |