Dashboard Temp Share Shortlinks Frames API

HTMLify

[FIX] CSS ISSUE
Views: 609 | Author: abh
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
    <link rel="stylesheet" type="text/css" href="css-issue.css">
    <title>CSS issue fixed</title>
</head>
<body>
    <header>
        <h1>CSS issue fixed</h1>
    </header>
    <main>
        <p>Finally, now you can link CSS and HTML files on HTMLify! This page is also styled using an external stylesheet available on HTMLify.</p>
    </main>
</body>
</html>