dm-tools
Version:
Dev Mentor Project Creator Tools
26 lines (23 loc) • 700 B
HTML
<html lang="en">
<head>
<title>Dev Mentor Test Web page</title>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<!-- CSS Toolkit -->
<!-- <link rel="stylesheet" href="/bootstrap/dist/css/bootstrap.min.css" /> -->
<link rel="stylesheet" href="/dm-css/css/dm.min.css" />
<link rel="stylesheet" href="/css/index.css" />
</head>
<body>
<div class="container-fluid">
<h1>Your CSS & Bootstrap Playground</h1>
<p>To use Dyno Might CSS, uncomment link in index.html</p>
<p class="box">S</p>
</div>
</body>
</html>