diff --git a/.glitch-assets b/.glitch-assets new file mode 100644 index 0000000..4ed1e4d --- /dev/null +++ b/.glitch-assets @@ -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"} diff --git a/about.html b/about.html new file mode 100644 index 0000000..1e00191 --- /dev/null +++ b/about.html @@ -0,0 +1,29 @@ + + + + + + + astro + + + + + + + +

+ ASTRO +

+

+ is a game site for you to play games. + made by kerbalis. pretty #swag, right????? +

+ + \ No newline at end of file diff --git a/harvest.html b/harvest.html new file mode 100644 index 0000000..ee16b12 --- /dev/null +++ b/harvest.html @@ -0,0 +1,24 @@ + + + + + + + astro + + + + + + + + + + \ No newline at end of file diff --git a/home.html b/home.html new file mode 100644 index 0000000..4979ff8 --- /dev/null +++ b/home.html @@ -0,0 +1,28 @@ + + + + + + + astro + + + + + + + +

+ ASTRO +

+

+ is a stupid little website made by stupid little kid stupid little idiot for you to play stupid idiot games. got it?????? +

+ + \ No newline at end of file diff --git a/license.html b/license.html new file mode 100644 index 0000000..a4b726f --- /dev/null +++ b/license.html @@ -0,0 +1,26 @@ + + + + + + + astro + + + + + + +

+ idc +

+

+ do whatever ive got no restrictions. copy my code ! :) +

+ + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..d5679bb --- /dev/null +++ b/style.css @@ -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; +} + diff --git a/temp.html b/temp.html new file mode 100644 index 0000000..f76169f --- /dev/null +++ b/temp.html @@ -0,0 +1,21 @@ + + + + + + + astro + + + + + + +boilerplates r a gud thing 2 hav!! + + \ No newline at end of file