mirror of
https://github.com/seigler/janus
synced 2025-07-27 01:36:11 +00:00
feat: initial commit
This commit is contained in:
commit
a72967b38d
7 changed files with 399 additions and 0 deletions
24
index.html
Normal file
24
index.html
Normal file
|
@ -0,0 +1,24 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Janus Presentation Framework</title>
|
||||
<link rel="stylesheet" href="styles/main.css" charset="utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<section>
|
||||
<h1>Presentation Title</h1>
|
||||
</section>
|
||||
<section class="image">
|
||||
<h1>Slide Two</h1>
|
||||
<img src="https://placekitten.com/1024/768" alt="" />
|
||||
</section>
|
||||
<section>
|
||||
<h1>Slide Three</h1>
|
||||
</section>
|
||||
</main>
|
||||
<script type="text/javascript" src="scripts/shortcut.js"></script>
|
||||
<script type="text/javascript" src="scripts/app.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue