Selaa lähdekoodia

Updating Impressum and global introduction

Missing address, proper email.
Ecconia 7 vuotta sitten
vanhempi
commit
111f1ecca5
2 muutettua tiedostoa jossa 5 lisäystä ja 7 poistoa
  1. 1 2
      src/App.vue
  2. 4 5
      src/views/Impressum.vue

+ 1 - 2
src/App.vue

@@ -1,7 +1,6 @@
 <template>
 	<div id="app">
-		<p>WIP website, for further information ask Ecconia in the discord.</p>
-		<h2>Possibly new website for the RedstoneServer</h2>
+		<p>Website under development, please excuse ugly style and broken/missing features as well as missing legal things.</p>
 		<div class="menu">
 			<h4>Menu:</h4>
 			<ul>

+ 4 - 5
src/views/Impressum.vue

@@ -1,10 +1,9 @@
 <template>
 	<div>
 		<h1>Impressum</h1>
-		Impressum will be added soon (as soon as the website serves its purpose)<br>
-		Nicolas Hirsch<br>
-		more<br>
-		info<br>
-		later<br>
+		Name: Nicolas Hirsch<br>
+		Email: [email protected]<br>
+		<br>
+		Website is currently being developed. Please excuse missing Legal features.<br>
 	</div>
 </template>