61 lines
1.7 KiB
HTML
61 lines
1.7 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>My hobbies</title>
|
||
|
<meta name = "viewport" content = "width=device-width",initial-scale = "1.0">
|
||
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
|
||
|
|
||
|
<link rel="stylesheet" href="hobbies.css">
|
||
|
</head>
|
||
|
<h6> </h6>
|
||
|
<body>
|
||
|
|
||
|
<p>Hobbies</p>
|
||
|
<table class = "center">
|
||
|
<tr>
|
||
|
<th>Hobby</th>
|
||
|
<th>Know more</th>
|
||
|
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>Non-fictional reading</td>
|
||
|
<td><a href = "">Click here</a></td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>origami</td>
|
||
|
<td><a href = "">Click here</a></td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>watching documentaries</td>
|
||
|
<td><a href = "">Click here</a></td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>Wellness</td>
|
||
|
<td><a href = "">Click here</a></td>
|
||
|
</tr>
|
||
|
|
||
|
</table>
|
||
|
|
||
|
<div id = "buttons">
|
||
|
|
||
|
<a href="main.html" class="btn btn-primary btn" tabindex="-1" role="button" aria-disabled="true">HomePage</a>
|
||
|
|
||
|
<a href="interests.html" class="btn btn-primary btn" tabindex="-1" role="button" aria-disabled="true">Interests</a>
|
||
|
|
||
|
<a href="philosophy.html" class="btn btn-primary btn" tabindex="-1" role="button" aria-disabled="true">Philosophy</a>
|
||
|
|
||
|
<a href="experiences.html" class="btn btn-primary btn" tabindex="-1" role="button" aria-disabled="true">Experiences</a>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
</div>
|
||
|
|
||
|
|
||
|
</body>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
</html>
|