blob: 69a6e57dd04bb524810da9bcf533905510f9fdf9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/comic-mono@0.0.1/index.css">
<style>
html{
color: #ff2674;
font-family: comic mono;
background-color: #202124;
}
</style>
</head>
|