Updated index.html

tutorial
tommyod 2017-12-31 10:54:03 +01:00
parent 0fc58bfef1
commit 0cc991938a
1 changed files with 31 additions and 1 deletions

View File

@ -1,2 +1,32 @@
A simple test. <!doctype html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<title></title>
<meta name="description" content="">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/2.9.0/github-markdown.min.css">
<style>
.markdown-body {
box-sizing: border-box;
min-width: 200px;
max-width: 800px;
margin: 0 auto;
padding: 45px;
}
@media (max-width: 767px) {
.markdown-body {
padding: 15px;
}
}
</style>
</head>
<body>
<article class="markdown-body">
<h1>Welcome</h1>
</article>
</body>
</html>