Bug fixes and a shit ton of new content!
This commit is contained in:
18
oldprojects/cat/index.html
Normal file
18
oldprojects/cat/index.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="icon" href="favicon.png" type="image/png">
|
||||
<meta charset="UTF-8">
|
||||
<title>Кот</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Random Cat Pictures</h1>
|
||||
<img id="cat-img" src="" alt="Random cat picture">
|
||||
<button onclick="getCat()">Get Random Cat Picture</button>
|
||||
<script src="script.js"></script>
|
||||
<footer>
|
||||
<a href="https://codeberg.org/PurpleBored/cat-pics">View Source Code</a>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user