diff --git a/src/routes/+page.css b/src/routes/+page.css index cfa6a04..4bcd53a 100644 --- a/src/routes/+page.css +++ b/src/routes/+page.css @@ -136,3 +136,16 @@ body { transform: scale(100); color: gray; } + + +.alpha-test { + background-color: orange; + border-radius: 0px 0px 0px 25px; + padding-right: 15px; + color: #fff; + width: 500px; + position: fixed; + top: 0; + right: 0; + text-align: right; +} \ No newline at end of file diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 5928b45..677cbfe 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -10,6 +10,10 @@ My Picture +
+

Alpha Site

+

Click here to get to the alpha website and check out the latest progress towards the upcoming release

+