Skip to content
Snippets Groups Projects
Commit 94d43bf8 authored by Simon Törnqvist's avatar Simon Törnqvist
Browse files

Tried to add css

parent 09f64c01
No related branches found
No related tags found
No related merge requests found
Pipeline #51424 passed
<html> <html>
<head>
<title>Home</title> <head>
</head> <meta charset="utf-8">
<body> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=yes">
<h1>This is a test page :)</h1>
</body> <link rel="stylesheet" href="client.css" />
<title>Home</title>
</head>
<body>
<h1 class="my-class">This is a test page :)</h1>
</body>
</html> </html>
.my-class {
color: red;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment