diff --git a/other/herremann-recovery/favicon.png b/other/herremann-recovery/favicon.png new file mode 100644 index 0000000..06d7afc Binary files /dev/null and b/other/herremann-recovery/favicon.png differ diff --git a/other/herremann-recovery/index.html b/other/herremann-recovery/index.html new file mode 100644 index 0000000..a89094a --- /dev/null +++ b/other/herremann-recovery/index.html @@ -0,0 +1,29 @@ + + + + + + + + + + herremann er kul hann + + + + +

hei hei

+

jeg er veldig kul og er ganske kul. veldig kul faktisk.
+ Og jeg selger kjempe kule klær her!
+ Jeg har tar også kule bilder som du kan finne her.
+ Meg har lagd verdens beste spill. +

+ +
cool + site
+ + + \ No newline at end of file diff --git a/other/herremann-recovery/index.js b/other/herremann-recovery/index.js new file mode 100644 index 0000000..13ba465 --- /dev/null +++ b/other/herremann-recovery/index.js @@ -0,0 +1,4 @@ +//Made by boofdev.eu.org ;) +const year = new Date().getFullYear(); + +document.querySelector('.current-year').innerText = year; diff --git a/other/herremann-recovery/style.css b/other/herremann-recovery/style.css new file mode 100644 index 0000000..c9b72dc --- /dev/null +++ b/other/herremann-recovery/style.css @@ -0,0 +1,50 @@ +@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap'); + +.footer { + position: fixed; + background-color: #333333; + color: #ffffff; + left: 0; + bottom: 0; + width: 100%; + text-align: center; +} + +.lineheight1em { + line-height: 1em; +} + +body { + background-color: #333333; + color: #ffffff; +} + +h1 { + font-family: 'Montserrat', sans-serif; + font-weight: 900; + font-size: 48px; + margin: 50px; + padding: 25px; +} + +p { + font-family: 'Monstserrat', sans-serif; + margin-top: -50px; + padding-left: 75px; +} + +p a:link { + color: lightgray; +} + +p a:visited { + color: lightgray; +} + +p a:hover { + color: darkgray; +} + +p a:active { + color: gray; +}