20 lines
No EOL
642 B
HTML
20 lines
No EOL
642 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="style.css">
|
|
<link rel="shortcut icon" href="https://rimgo.pussthecat.org/RFbdMMB.png" type="image/x-icon">
|
|
<script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>
|
|
<title>Guestbook</title>
|
|
</head>
|
|
<body>
|
|
|
|
<h1>Guestbook from <a href="https://users2.smartgb.com/g/g.php?a=s&i=g26-39906-27">SmartGB</a></h1>
|
|
|
|
<div id="guestbook-container"></div>
|
|
<div id="error"></div>
|
|
|
|
<script src="fetch.js"></script>
|
|
</body>
|
|
</html> |