Added autoprefixer, doctype declaration, and corrected grammar

Also added box shadow to image content thing
This commit is contained in:
2016-01-18 10:20:38 +00:00
parent d3e23e0dd8
commit 744a7d6113
3 changed files with 13 additions and 4 deletions

View File

@ -1,3 +1,4 @@
<!DOCTYPE html>
<html>
<head>
<title><%= document.title %> // Tim Stallard</title>
@ -31,7 +32,7 @@
</div>
<div id="footer">
<h3>&copy; Tim Stallard 2015</h3>
Hand crafted in the UK with DocPad, SmoothState.js and lots of other magic - see the code on GitHub
Hand crafted in the UK with DocPad, SmoothState.js, and lots of other magic - see the code on GitHub
</div>
</body>
</html>