You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
612 B
35 lines
612 B
<html> |
|
<head> |
|
<meta charset="utf-8" /> |
|
<link rel="stylesheet" href="htmlslides.css" title="" type=""> |
|
<link rel="stylesheet" href="terminimal.css" title="" type=""> |
|
<script src="htmlslides.js" charset="utf-8"></script> |
|
<title> |
|
PRESENTATION TITLE |
|
</title> |
|
</head> |
|
|
|
<body> |
|
<header> |
|
<h1> |
|
PRESENTATION TITLE |
|
</h1> |
|
</header> |
|
|
|
<section id="introduction"> |
|
<h1> |
|
ONE TITLE |
|
</h1> |
|
|
|
<p> |
|
content |
|
</p> |
|
</section> |
|
|
|
<section id="image"> |
|
<h1>This one have an image</h1> |
|
|
|
<img src="_images/cargo-cult-smokey.jpg" alt="" class="center"> |
|
</section> |
|
</body> |
|
</html>
|
|
|