Email or username:

Password:

Forgot your password?
Top-level
:blobcatlaptop: gravitos :blobcatcomfsip:​

@mo перепост из телеги, потому что кому-то это может понадобиться

можно так

1 comment
:blobcatlaptop: gravitos :blobcatcomfsip:​

@mo

<!DOCTYPE html>
<html>
<head>
<title>style</title>
<style>
h1 {
font-family: "Comfortaa";
}

.favicon:before {
content: 'm';
color: transparent;
background-image: url("./pic.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}

</style>
<meta name="generator" content="md2html">
<meta charset="UTF-8">
</head>
<body>
<h1>hi</h1>
<p>this is a <a class="favicon" href="https://wetdry.world/">link</a></p>
<h1>this is a <a class="favicon" href="https://wetdry.world/">bigger link</a></h1>
<img src="pic.png"> this is just a png
</body>
</html>

@mo

<!DOCTYPE html>
<html>
<head>
<title>style</title>
<style>
h1 {
font-family: "Comfortaa";
}

.favicon:before {
content: 'm';
color: transparent;
background-image: url("./pic.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}

</style>
<meta name="generator" content="md2html">
<meta charset="UTF-8">
</head>
<body>
<h1>hi</h1>
<p>this is a <a class="favicon" href="https://wetdry.world/">link</a></p>
<h1>this is a <a class="favicon" href="https://wetdry.world/">bigger link</a></h1>
Go Up