hackedtest/index.html

17 行
332 B
HTML
Raw 通常表示 履歴

2022-03-12 13:35:46 +09:00
<head>
<title>Test</title>
2022-03-12 13:35:00 +09:00
<style>
@import url('https://fonts.googleapis.com/css2?family=Syne+Mono&display=swap');
body {
font-family: 'Syne Mono', monospace;
background-color: #000000;
color: green;
}
</style>
2022-03-12 13:35:46 +09:00
</head>
2022-03-12 13:35:00 +09:00
<body>
<h1>This web page is a test page.</h1>
<h2>Create by <u>      </u>o</h2>
</body>