11 lines
251 B
HTML
11 lines
251 B
HTML
|
<!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>
|