1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-11 18:32:50 +00:00
Files
mywebsite/views/layout.ejs
2016-01-07 21:33:42 -06:00

13 lines
435 B
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<title>mitchel.io</title>
<link rel="stylesheet" href="/bootstrap/css/bootstrap.css">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/javascript/jquery-ui-1.11.4.custom/jquery-ui.css">
<link rel="stylesheet" href="/bootstrap/css/bootstrap.icon-large.min.css">
<link href="http://fonts.googleapis.com/css?family=Arvo" rel="stylesheet" type="text/css">
</head>