Valislasia: Difference between revisions
From LiberationMUSH Wiki
Valislasia 1 (talk | contribs) mNo edit summary |
Valislasia 1 (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
<html> | <!DOCTYPE html> | ||
<html lang="en" dir="ltr"> | |||
<head> | |||
<meta charset="utf-8"> | |||
<meta name="viewport" content="width=device-width, intitial-scale=1.0"> | |||
< | |||
<div> | <style type="text/css"> | ||
:root { | |||
</ | --DBlue: #326b8d; | ||
} | |||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Monte+Carlo&family=Redressed&family=WindSong"> | |||
p { | |||
font-family: 'Monte Carlo'; | |||
color: var(--DBlue); | |||
} | |||
</style> | |||
</head> | |||
<body> | |||
<div> | |||
<p>TEST Test test</p> | |||
</div> | |||
</body> | |||
</html> | </html> |
Revision as of 07:12, 1 September 2023
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, intitial-scale=1.0">
<style type="text/css"> :root { --DBlue: #326b8d; } <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Monte+Carlo&family=Redressed&family=WindSong"> p { font-family: 'Monte Carlo'; color: var(--DBlue); } </style> </head>
<body>
TEST Test test
</body> </html>