alienhospital/test6.html
2025-12-23 05:56:17 -05:00

30 lines
No EOL
769 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Page</title>
<style>
#sillywordz {
padding: .5em;
font-family: Arial;
background-color: hotpink;
border: 8px groove #bdffe4;
color: #000;
}
#sillywordz-number {
margin-bottom: 1.2em;
color: #000;
}
#sillywordz-username {
margin-bottom: .5em;
}
#sillywordz-content {
margin: 0 1em 0.5em 1em;
color: #000;
} </style>
</head>
<body><div id="sillywordz"><div id="sillywordz-username"></div><div id="sillywordz-number"></div><div id="sillywordz-content"></div></div><script src="https://sillywordz.kissing.computer/current-status.js?name=alien"></script>
</body>
</html>