|
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<meta charset="utf-8"> |
|
<meta content="width=device-width, initial-scale=1.0" name="viewport"> |
|
<title> |
|
Farewell Skycade Players |
|
</title> |
|
<style> |
|
@font-face { |
|
font-family: 'Montserrat'; |
|
font-style: normal; |
|
font-weight: 400; |
|
font-display: swap; |
|
src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aX8.ttf) format('truetype'); |
|
} |
|
@font-face { |
|
font-family: 'Montserrat'; |
|
font-style: normal; |
|
font-weight: 500; |
|
font-display: swap; |
|
src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw5aX8.ttf) format('truetype'); |
|
} |
|
@font-face { |
|
font-family: 'Montserrat'; |
|
font-style: normal; |
|
font-weight: 600; |
|
font-display: swap; |
|
src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu173w5aX8.ttf) format('truetype'); |
|
} |
|
@font-face { |
|
font-family: 'Montserrat'; |
|
font-style: normal; |
|
font-weight: 700; |
|
font-display: swap; |
|
src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aX8.ttf) format('truetype'); |
|
} |
|
@font-face { |
|
font-family: 'Montserrat'; |
|
font-style: normal; |
|
font-weight: 800; |
|
font-display: swap; |
|
src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr73w5aX8.ttf) format('truetype'); |
|
} |
|
|
|
|
|
|
|
* { |
|
font-family: 'Montserrat',sans-serif; |
|
} |
|
body { |
|
background-color: #f3f3f3; |
|
font-family: Arial, sans-serif; |
|
color: #333; |
|
padding: 20px; |
|
background-color: #f3f3f3; |
|
background: url('background.png'); |
|
background-size: 100px; |
|
} |
|
.container { |
|
max-width: 800px; |
|
margin: 0 auto; |
|
font-weight: 500; |
|
background: #363e46; |
|
line-height: 1.5; |
|
padding: 35px ; |
|
padding-top: 10px; |
|
|
|
color: #dadada; |
|
border-radius: 4px; |
|
} |
|
.logo { |
|
margin: 0 auto; |
|
max-width: 800px; |
|
width: 100%; |
|
display:block; |
|
padding-bottom:40px; |
|
} |
|
strong { |
|
color: #878ebe; |
|
} |
|
h1 { |
|
font-weight: 700; |
|
} |
|
</style> |
|
</head> |
|
<body> |
|
<img class="logo" src="rick.jpg"> |
|
<div class="container"> |
|
<h1> |
|
Dear Skycade Players, |
|
</h1> |
|
<p> |
|
We want to extend a heartfelt thank you to all of you for being part of our Minecraft network. It's been an incredible journey filled with many memorable moments, and we couldn't have come this far without each one of you. |
|
</p> |
|
<p> |
|
However, everything has its season, and it's time to say goodbye to our forums. After much deliberation, we've decided to shut down the Skycade forums. |
|
</p> |
|
<p> |
|
Even though our server and forum are closing, the memories we've created together will always remain. We are grateful for all the fun times, challenging games, and the friendships that were formed. |
|
</p> |
|
<p> |
|
Until we meet again in another world, happy gaming! |
|
</p> |
|
<p> |
|
Sincerely, |
|
</p> |
|
<strong> |
|
- The Skycade Team |
|
</strong> |
|
</div> |
|
</body> |
|
</html> |
|
|