From 3e7c2bb581641ec1ed0cc2149851ab014419ede8 Mon Sep 17 00:00:00 2001 From: Boredsheep <59504699+Aixiis@users.noreply.github.com> Date: Mon, 25 Dec 2023 23:13:14 +0100 Subject: [PATCH] Rewrite Rewrite --- .DS_Store | Bin 0 -> 6148 bytes index.html | 101 +++++++++++++++++++++++++++++++++++++++++++++----- morepage.html | 81 ++++++++++++++++++++++++++++++++++++++++ page.html | 88 +++++++++++++++++++++++++++++++++++++++++++ style.css | 29 +++++++++++++++ 5 files changed, 289 insertions(+), 10 deletions(-) create mode 100644 .DS_Store create mode 100644 morepage.html create mode 100644 page.html create mode 100644 style.css diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..f5bfafbed10c6a867525d4e555f1331ee4fd9802 GIT binary patch literal 6148 zcmeHK%Syvg5Is{Pw2IKB3m5r%Ln)=exeZ1%v>r-Ebc^f z2Iijom~(IL31l(=Wc)Ng1%?3nbj99)%@?NY>K*H)nSG+@9v9_mHZ50Ej&;MZ->-na zy9^`T;1-+K`#a;>s5Y~U95Ch{b1d*o#u6Lcp=@&G{gYGI>>n{^g-3E8aLrQ|yO?-u zF$do<*wwv>E&M>rc#ef>}If&D_UZnWS(diI7nfs)Z zB~>Vr3J=LG98x$&8w!L1O$GLRIMn=qzPtW!l42AJgaUs`0m&wplQFN9a%<;unrn0V q6Rp0|L9$4xC literal 0 HcmV?d00001 diff --git a/index.html b/index.html index 10210cd..75bfe69 100644 --- a/index.html +++ b/index.html @@ -1,14 +1,95 @@ - - + + + - - - - - - - + + +

Welcome to the testing range !

+ + +

Heading h1

+

Hello

+ Straight to Page 3 + More to Page 3 +

Heading 1 but bigger

+ + + + + +

Paragraph p

+

Is this green ?

+ + google again +
+ Bold + Strong + Italic + emphasized + Marked + Small + Deleted + Inserted + Subscript + Superscript +
+
I never ever said that shit…Einstein
+ Everything is relativeEinstein +
E=Mc2 +
Living here
At this time
For this long
+ The Theory of relativity + Backward + Forward +
+ + + + + + + + + + + 2nd Page
+ Visit this site (local)! + Visit this site ! +
+ Lil' google link
+
+Well
+  One more line
+    To go…
+
+ Folder Image
+ + + + + - + + \ No newline at end of file diff --git a/morepage.html b/morepage.html new file mode 100644 index 0000000..506d6e8 --- /dev/null +++ b/morepage.html @@ -0,0 +1,81 @@ + + + + + + + Testing Range 2nd Page + + + + +

Some more links trickery (colors)

+
+ + +

+ Little Pic + Hello world, here's a pic +

+

+ + Unsplash Image + +


+
+

+
+ + + \ No newline at end of file diff --git a/page.html b/page.html new file mode 100644 index 0000000..e3d35b2 --- /dev/null +++ b/page.html @@ -0,0 +1,88 @@ + + + + + + + Testing Range 2nd Page + + + + + +

Links by images (SVGs here)

+
+ 1st Page
+

Or,

+ + + 3rd Page + +


+
+



+ Send me an Email ! + Test + + Test + Test + Test + +
+
+ + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..afaa24f --- /dev/null +++ b/style.css @@ -0,0 +1,29 @@ +html { + height: 100%; + width: 100%; +} + +body { + background-color: blue; +} + +h2 { + height: 100%; + width: 100%; + text-align: center; +} + +a:link, a:visited { + background-color: #77bb41; + color: #38571a; + padding: 5px 5px; + text-align: center; + text-decoration: none; + display: inline-block; +} + +a:hover, a:active { + background-color: #d9eb37; + text-decoration: underline; +} +