Skip to content
Snippets Groups Projects
Commit f9fd9ea3 authored by Botond Ortutay's avatar Botond Ortutay
Browse files

deleted index.html from the git repo

parent 6f190f8c
No related branches found
No related tags found
No related merge requests found
<html>
<head>
<title>Exercise 0.1 HTML</title>
<link href="styles/exercise_0.2_css.css" rel="stylesheet">
</head>
<body class="centered-wrapper">
<div class="centered-content">
<h1>Sivu Smash Brothers pelailuistani</h1>
<a href="https://en.wikipedia.org/wiki/Super_Smash_Bros._Ultimate">Smash Ultimaten Wikipedia-sivu</a>
<table>
<thead>
<tr>
<th colspan="2">Joitain Smash voittoja/häviöitä hahmoittain</th>
</tr>
</thead>
<tbody>
<tr>
<td></td>
<td>Voitot</td>
<td>Häviöt</td>
</tr>
<tr>
<td id="main">Samus</td>
<td>13</td>
<td>2</td>
</tr>
<tr>
<td>Mr. Game&Watch</td>
<td>4</td>
<td>7</td>
</tr>
</tbody>
</table>
<h3>Omistamani Smash Brothers-pelit:</h3>
<ul>
<li>Super Smash Bros. 4</li>
<ul>
<li>for Nintendo 3DS</li>
</ul>
<li>Super Smash Bros. Ultimate</li>
</ul>
<h3>Epic Smash 4 moment</h3>
<img src="https://media.discordapp.net/attachments/531812517907791882/936586405084291182/HNI_0090.png" alt="Epic Smash 4 moment">
<h3>Erittäin hieno kommenttiosio</h3>
<form>
<label for="nimi">Nimi:</label>
<input type="text" id="nimi" name="nimi"><br>
<label for="kommentti">Kommentti:</label>
<input type="text" id="kommentti" name="kommentti"><br>
<input type="submit" value="Kommentoi!">
</form>
</div>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment