8 lines
134 B
HTML
8 lines
134 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<link rel="stylesheet" type="text/css" href="css/index.css">
|
||
|
</head>
|
||
|
<body class="test">
|
||
|
hello there
|
||
|
</body>
|
||
|
</html>
|