getbase
Version:
A Rock Solid, Responsive HTML/CSS Framework built to work on all devices big and small.
24 lines (19 loc) • 545 B
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Base</title>
<meta name="description" content="">
<meta name="theme-color" content="#f7c824">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<!--
Placeholder index.html for testing Base styles
For an awesome web starter, check out base-starter
https://github.com/matthewhartman/base-starter
-->
</body>
</html>