Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 46 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,53 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="style.css" />

<title>Morning exercise</title>
</head>
<body>

<header>
<h1>Incremental and Decremental Support Vector Machine Learning</h1>
<hr />
</header>
<section>
<p>
<strong>Gert Cauwenberghs</strong> <br />
CLSP, ECE Dept. <br />
Johns Hopkins University <br />
Baltimor, MD 21218 <br />
<em>gert@jhu.edu</em>
</p>
</section>
<main>
<h2>Abstract</h2>
<p>
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quod quae
tenetur ex obcaecati dicta? Suscipit vero, repellendus voluptates
incidunt reiciendis aut quae distinctio beatae voluptatum officia. Hic
aliquam itaque tenetur?
</p>
<ol>
<li>
<strong>1.Introduction</strong>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptates
cupiditate velit dolores hic libero perspiciatis error minima fuga?
Vel suscipit dolor mollitia perspiciatis deserunt, debitis quibusdam
eaque qui inventore eligendi?
</p>
<img
src="https://docs.opencv.org/2.4/_images/optimal-hyperplane.png"
alt="Graph shwoing the optimal hyperplane"
/>
</li>
<li></li>
</ol>
<nav>
<a href="https://en.wikipedia.org/wiki/Support_vector_machine"
>Go to Wikipedia to know more</a
>
<br />
<a href="./second-page-index.html">Go to second page</a>
</nav>
</main>
</body>
</html>
36 changes: 36 additions & 0 deletions second-page-index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="style.css" />
<title>Morning exercise</title>
</head>
<body>
<header>
<h1>5 Things I've Not Used!</h1>
</header>
<section>
<menu>
<li><button>This is a Lucky button</button></li>
<li><button>Click here to give Shaun £100k</button></li>
</menu>
</section>
<main>
<section>
<p><s>Give Shaun £10K Opportunity!</s></p>
<p>SOLD OUT!</p>
</section>
<p>Search results for "Shaun"</p>
<hr>
<p><mark>Shaun</mark> is simply the best. Better than all the rest. <mark>Shaun</mark> is better than anyone, anyone you've ever met.</p>
<p>
<small>
T&C's This is a Scam!
</small>
</p>
</main>
<footer>&copy Or is it?</footer>
</body>
</html>