Add files via upload
This commit is contained in:
19
examples/navbar.html
Normal file
19
examples/navbar.html
Normal file
@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>steev CSS</title>
|
||||
<link rel="stylesheet" type="text/css" href="../steev.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="nav">
|
||||
<ul class="nav-list">
|
||||
<a href="/" class="list-item brand"><img height="60" src="https://testcreative.co.uk/wp-content/uploads/2018/08/logo.png" alt="dev-icon"></a>
|
||||
<li class="nav-item">Hello World</li>
|
||||
<li class="nav-item">Hello World</li>
|
||||
</ul>
|
||||
</div>
|
||||
<script src="../steevcss.js"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user