27 lines
862 B
HTML
27 lines
862 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Sleepee Software</title>
|
|
<!-- Google Font -->
|
|
<link href="../assets/IosevkaSS15-Regular.ttf" rel="stylesheet">
|
|
<!-- style --->
|
|
<link rel="stylesheet" href="css/global.css">
|
|
<link rel="stylesheet" href="css/base.css">
|
|
<!-- icon -->
|
|
<!--<link rel="icon" type="image/png" href="/assets/favicon-96x96.png" sizes="96x96" />-->
|
|
<link rel="icon" type="image/svg+xml" href="/assets/favicon.svg" />
|
|
<link rel="shortcut icon" href="/assets/favicon.ico" />
|
|
<link rel="manifest" href="/assets/site.webmanifest" />
|
|
</head>
|
|
<body>
|
|
<a href="http://localhost:8080/html/SterlingLang.html" class="card-body">
|
|
<h2 class="title">COUCOU</h2>
|
|
<p class="description">
|
|
test 32332323490838329ew0
|
|
</p>
|
|
</a>
|
|
</body>
|
|
</html>
|