6b1455b73f
- Many instances of DJS Consulting changed to Bit Badger Solutions - Fresher, responsive structure where text will be no wider than 66rem - The app sidebar on the home page now becomes a footer on viewports < 80rem
14 lines
359 B
HTML
14 lines
359 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Bit Badger Solutions</title>
|
|
<link rel="shortcut icon" type="image/x-icon" href="/static/favicon.ico">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
</html>
|