ad a 5 minute talk (aka slides)
This commit is contained in:
26
_layouts/light.html
Normal file
26
_layouts/light.html
Normal file
@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
|
||||
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<!-- Set the viewport width to device width for mobile -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="/js/bootstrap/css/bootstrap.min.css" />
|
||||
<link rel="stylesheet" href="/js/bootstrap/css/bootstrap-responsive.min.css" />
|
||||
|
||||
<!-- Website CSS Theme Css -->
|
||||
<link rel="stylesheet" href="/css/stylesheet.css" />
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<div class="content" width=90%>
|
||||
<div class="container theme">
|
||||
{{content}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user