Skip to content

Instantly share code, notes, and snippets.

@christiannwamba
Created October 19, 2017 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christiannwamba/321fe287d39b8841119c1e3d4a399eaf to your computer and use it in GitHub Desktop.
Save christiannwamba/321fe287d39b8841119c1e3d4a399eaf to your computer and use it in GitHub Desktop.
html(lang='en')
head
meta(charset='utf-8')
meta(http-equiv='X-UA-Compatible', content='IE=edge,chrome=1')
meta(name='viewport', content='width=device-width')
title= title
link(rel="stylesheet", href="/css/styles.css" type="text/css")
link(rel="stylesheet", href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css")
body
.container-fluid#app
.header
a(href="/index.html" style="text-decoration:none")
h1.text-primary.text-center Dev Home
p.text-center A blog all about Developers, their tools and works.
.main
h2= title
p.text-info= author
div.timestamp= date
br
article!= contents
comment
script(src="https://unpkg.com/vue")
script(src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.18.1/moment.js")
script(src="/js/app.js")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment