-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
89c772f
commit cdf7f7a
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<html><html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Document</title> | ||
</head> | ||
<body> | ||
<h1> hallo, wij zijn team mrb</h1> | ||
<h2>ik ben Niels en samen met Femke en Deniz hebben wij deze website voor uw gemak gemaakt!</h2> | ||
<table border ="1"> | ||
<thead> | ||
<tr> | ||
<th>Naam</th> | ||
<th>Hobby</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>Niels</td> | ||
<td>Gamen</td> | ||
</tr> | ||
<tr> | ||
<td>Femke</td> | ||
<td>Tekenen</td> | ||
</tr> | ||
<tr> | ||
<td>Deniz</td> | ||
<td>Slapen</td> | ||
</tr> | ||
</body> | ||
</html></html> | ||
|
||
|