Newer
Older
solitude / src / js / src / color-sample.html
@sylow-castle sylow-castle on 12 Jun 2022 377 bytes [add] create home screen
<!DOCTYPE html>
<html lang="ja">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="css/color-sample.css">
    <title>Solitude</title>
</head>

<body>
    <div id="main">
        <div>
        </div>
        <div>
        </div>
        <div>
        </div>
    </div>
</body>

</html>