Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
librarian-pku committed Nov 22, 2018
1 parent bbe904c commit bcc0d89
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,26 @@ function solve(e, depth) {
// console.log(solve(tree, 1));

let begin = `<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>lib-pku.github.io</title>
<meta property="og:url" content="https://lib-pku.github.io/" />
<meta property="og:site_name" content="lib-pku.github.io" />
<link rel="canonical" href="https://lib-pku.github.io/" />
<link rel="stylesheet" href="assets/css/index.css">
</head>
<body>
<link rel="stylesheet" href="assets/css/index.css">
<header>
<div class="inner">
<a href="https://lib-pku.github.io/">
<h1>lib-pku.github.io</h1>
</a>
<h2></h2>
<a href="https://github.com/lib-pku" class="button"><small>Follow me on</small> GitHub</a>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content"><aside id="sidebar">`;
Expand Down

0 comments on commit bcc0d89

Please sign in to comment.