-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
18 lines (17 loc) · 1.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
<title> Das ist die Webseite von Trainermax </title>
</head>
<body>
<h1>Webseite von Trainermax </h1>
<h2> Trainermax - Start</h2>
<p> <input type="image" onclick="window.open('./Socials.html');" src="./Social Media.png" alt="Socials"/>
<p> <input type="image" onclick="window.open('./About%20me.html');" src="./über mich.png" alt="About Me"/>
<p> <input type="image" onclick="window.open('./Regeln.html');" src="./Rules.png" alt="Regeln"/>
<p><input type="image" onclick="window.open('https://streamelements.com/xtrainermax/tip');" src="./Donate.png"" alt="Spenden"/>
<p><input type="image" onclick="window.open('https://www.twitch.tv/subs/xtrainermax');" src="./Subscribe.png" alt="Sub"/>
<p> <input type="image" onclick="window.open('https://open.spotify.com/playlist/76Bwpb05FI6Ot4ORp1YH4i?si=b78b3727e9024a43');" src="./Playlist.png" alt="Playlist"/>
<p> <input type="image" onclick="window.open('./Team.html');" src="./Team.png" alt="Team"/>
<p><input type="image" onclick="window.open('./Equipment.html');" src="./Equipment.png" alt="Equipment"/>
</body>
</html>