New files.
This commit is contained in:
28
index.html
Normal file
28
index.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Purplebored</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="ascii-logo">
|
||||
_____ _ _ _
|
||||
| __ \ | | | | | |
|
||||
| |__) | _ _ __ _ __ | | ___| |__ ___ _ __ ___ __| |
|
||||
| ___/ | | | '__| '_ \| |/ _ \ '_ \ / _ \| '__/ _ \/ _` |
|
||||
| | | |_| | | | |_) | | __/ |_) | (_) | | | __/ (_| |
|
||||
|_| \__,_|_| | .__/|_|\___|_.__/ \___/|_| \___|\__,_|
|
||||
| |
|
||||
|_|
|
||||
</div>
|
||||
|
||||
<div class="time-widget">
|
||||
<div id="location">Europe/Warsaw</div>
|
||||
<div id="time"></div>
|
||||
</div>
|
||||
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user