-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
51 lines (50 loc) · 906 Bytes
/
test.html
File metadata and controls
51 lines (50 loc) · 906 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<html>
<head>
<title>Test HTML Site</title>
<style>
body {
background-color: black;
color: white;
font-family: "Helvetica", sans-serif;
}
a {
color: hotpink;
}
mark {
background-color: yellow;
color: black;
}
</style>
</head>
<body>
<center>
<h1>Testsite</h1>
<h2>in GitHub</h2>
<table>
<tbody>
<tr>
<td> </td>
<td>Test</td>
</tr>
<tr>
<td> </td>
<td>1234</td>
</tr>
<tr>
<td> </td>
<td>Test</td>
</tr>
<tr>
<td></td>
<td>5678</td>
</tr>
</tbody>
</table>
<p> </p>
<p>Link: <a href="https://github.com/workadventure-xce/workadventure-xce-map-starter-kit">https://github.com/workadventure-xce/workadventure-xce-map-starter-kit</a></p>
<p> </p>
<p> </p>
<p> </p>
</center>
</body>
</html>