33 lines
749 B
HTML
33 lines
749 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>
|
||
|
|
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
|
||
|
|
<style> #statuscafe {
|
||
|
|
padding: .5em;
|
||
|
|
background-color: #000;
|
||
|
|
border: 8px groove hotpink;
|
||
|
|
}
|
||
|
|
|
||
|
|
#statuscafe a {
|
||
|
|
|
||
|
|
color:#fff;
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
#statuscafe-username {
|
||
|
|
margin-bottom: .5em; color:#fff;
|
||
|
|
|
||
|
|
}
|
||
|
|
#statuscafe-content {
|
||
|
|
margin: 0 1em 0.5em 1em;
|
||
|
|
color:#fff;
|
||
|
|
|
||
|
|
}</style>
|
||
|
|
</head>
|
||
|
|
<body><div id="statuscafe"><div id="statuscafe-username"></div><div id="statuscafe-content"></div></div><script src="https://status.cafe/current-status.js?name=aliens" defer></script>
|
||
|
|
</body>
|
||
|
|
</html>
|