Skip to content

Instantly share code, notes, and snippets.

@christiannwamba
Created December 21, 2017 14:18
Show Gist options
  • Save christiannwamba/84094ea268a57a2e2e000d4f81e58983 to your computer and use it in GitHub Desktop.
Save christiannwamba/84094ea268a57a2e2e000d4f81e58983 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
a(href="/index.html" style="text-decoration:none")
h1.text-primary.text-center Raccoon Blog
.main(style="margin:50px 20%")
h2= title
p.text-info= author
div.timestamp= date
br
article!= contents
article-comment
script(src="https://unpkg.com/vue")
script(src="https://js.pusher.com/4.1/pusher.min.js")
script(src="https://cdnjs.cloudflare.com/ajax/libs/axios/0.16.2/axios.js")
script(src="/js/app.js")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment