commit d9034e40741d428904ad3d56920b5c623c5fde9b Author: Elliemese Date: Sun May 17 17:05:59 2026 -0600 first commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..723ef36 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea \ No newline at end of file diff --git a/freeram.css b/freeram.css new file mode 100644 index 0000000..bd825b6 --- /dev/null +++ b/freeram.css @@ -0,0 +1,27 @@ +body { + background-color: rgb(045, 045, 045); + font-family: "JetBrains Mono", monospace; + text-align: center; + overflow: hidden; +} + +.title { + color: white; + font-size: 25px; +} + +.links { + background-color: #ffb6fa; + width: 200px; + height: 50px; + border-radius: 25px; +} + +.fortnite { + display: flex; + position: relative; + justify-content: center; + align-items: center; + width: 100vw; + height: 50vh; +} \ No newline at end of file diff --git a/freeram.html b/freeram.html new file mode 100644 index 0000000..54678fb --- /dev/null +++ b/freeram.html @@ -0,0 +1,16 @@ + + + + + Free Ram + + + +

Free Ram Install 2026 no virus, rat, hardware id stealer, malware, aimbot, free 2026

+
+ + + +
+ + \ No newline at end of file diff --git a/index.css b/index.css new file mode 100644 index 0000000..63a33a5 --- /dev/null +++ b/index.css @@ -0,0 +1,45 @@ +body { + text-align: center; + background-color: rgb(045, 045, 045); + font-family: "JetBrains Mono", monospace; +} + +h1 { + color: #ffb6fa; +} + +h3 { + color: white; +} + +footer { + font-size: 15px; + color: rgb(180, 180, 180); + bottom: 0; + position: fixed; + width: 100%; +} + +img { + height: 100px; + width: 100px; + margin: 10px; + border-color: #ffb6fa; + border-style: solid; + border-width: 4px; + border-radius: 100px; +} + +.mainlinks { + font-size: 25px; + color: #ffb6fa; +} + +.source { + color: rgb(155, 214, 255); +} + +.diver { + padding-bottom: 20px; +} + diff --git a/index.html b/index.html new file mode 100644 index 0000000..aa56fc5 --- /dev/null +++ b/index.html @@ -0,0 +1,26 @@ + + + + + + Elliemese's Silly Website + + + +Elliemese's Profile Picture +

Elliemese's Silly Website

+

This website is a fun little project I have, I host some things on it too!

+
+ My Discord Server +
+
+ My Quotes Page +
+
+ Free Ram Distributable +
+
+Source Code + + + \ No newline at end of file diff --git a/quotes.css b/quotes.css new file mode 100644 index 0000000..a6c8d6f --- /dev/null +++ b/quotes.css @@ -0,0 +1,34 @@ +body { + background-color: rgb(045, 045, 045); + text-align: center; + font-family: 'JetBrains Mono', monospace; +} + +.headertext { + color: white; + font-size: 50px; +} + +.headerimage { + border-radius: 10%; + height: 150px; + border-color: white; + border-width: 4px; +} + +.headerbutsmallertext { + color: white; + font-size: 25px; +} + +p { + color: white; + font-size: 22px; +} +a { + color: rgb(155, 214, 255); +} + +.homepagebutt{ + text-align: left; +} diff --git a/quotes.html b/quotes.html new file mode 100644 index 0000000..43f1aad --- /dev/null +++ b/quotes.html @@ -0,0 +1,18 @@ + + + + + + Quotes + + + +Go Back To Homepage +

Quotes

+weird ass quote stock image +

This is just a quote list lmao, simple as that :3

+
+

"I like femboys" -DecalFree, 4/3/2026

+

"You cant beat the gay tags. The gay tags will always be the best tags." -DecalFree, 5/17/2026

+ + \ No newline at end of file