html-glow-text/index.html

11 lines
251 B
HTML
Raw Permalink Normal View History

2022-04-15 10:59:36 +00:00
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Leuchtender Text</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h2 data-text="M_Viper">M_Viper</h2>
</body>
</html>