Page MenuHomeDevCentral

default.html
No OneTemporary

default.html

{{!-- This is the base layout for your project, and will be used on every page. --}}
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ title }} — Nasqueron</title>
<link href="https://fonts.googleapis.com/css?family=Dosis:200|Source+Sans+Pro|Roboto+Mono" rel="stylesheet">
<link rel="stylesheet" href="{{root}}assets/css/app.css">
</head>
<body>
{{> header}}
{{> body}}
{{> footer}}
<script src="{{root}}assets/js/app.js"></script>
</body>
</html>

File Metadata

Mime Type
text/html
Expires
Tue, Aug 18, 14:43 (23 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3981309
Default Alt Text
default.html (663 B)

Event Timeline