iframe
This commit is contained in:
26
index.html
26
index.html
@@ -5,23 +5,23 @@
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>beppe.online</title>
|
||||
<!--- <title>bvanroll.neocities</title> --->
|
||||
<link rel="stylesheet" href="main.css">
|
||||
<script>
|
||||
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>
|
||||
Hi
|
||||
</h1>
|
||||
<p>
|
||||
I'm beppe (sometimes i go by bvanroll or beppevn) and this is my website. My interest lie mainly with things related to technology, gaming, music or random facts i learn (for example how cows apparently don't have front upper teeth).
|
||||
Most of the stuff on this site will probably be related to this.
|
||||
</p>
|
||||
|
||||
<h2>days</h2>
|
||||
<p>todo: write summary of what this is here</p>
|
||||
<ul id="days" onLoad="">
|
||||
<li><a href="days/16-06-24.html">16-06-24</a></li>
|
||||
</ul>
|
||||
<div class="header">
|
||||
<h1>
|
||||
beppe.online
|
||||
</h1>
|
||||
<nav>
|
||||
<ul class="navbar_links">
|
||||
<li class="navbar_link" ><a href="home.html" target="main">home</a></li>
|
||||
<li class="navbar_link" ><a href="menu.html" target="main">days</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<iframe src="home.html" name="main" title="main" class="main_view"></iframe>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user