htdocs/video/index.html
2024-01-12 23:07:46 +00:00

22 lines
819 B
HTML
Executable File

<!DOCTYPE html>
<head>
<meta charset="UTF-8" />
</head>
<a href="/" onclick="history.back()"><img src="/images/return.png" width="20" />Return</a> |
<a href="/">Home page</a> | <a href="/blog/index.html">Blogs</a> <a href="feed.xml"><img width="16" src="/images/feedIcon.png" class="feedicon" alt="Feed image"/></a> | <a href="/video/index.html">Videos</a> | <a href="https://github.com/DeaDvey/htdocs"><img height="15" src="/images/github.png" alt="Link to github page"/></a> | <input type="text" id="clickableInput" onclick="goToLink('/search')" placeholder="Click to search">
<div id="main">
Welcome to the videos page!
<div id="links">
</div>
</div>
<script src="/lastupdated.js">
</script>
<script src="/html.js">
</script>
<script src="videos.js">
</script>
<script src="template.js">
</script>