mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-13 08:08:10 -07:00
Replace master branch with page content via GitHub
This commit is contained in:
+2
-8
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||||
<title>Codersherlock.GitHub.io by CoderSherlock</title>
|
||||
<title>This is a title test by CoderSherlock</title>
|
||||
<link rel="stylesheet" href="stylesheets/styles.css">
|
||||
<link rel="stylesheet" href="stylesheets/github-dark.css">
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
<section>
|
||||
<div id="title">
|
||||
<h1>Codersherlock.GitHub.io</h1>
|
||||
<h1>This is a title test</h1>
|
||||
<p></p>
|
||||
<hr>
|
||||
<span class="credits left">Project maintained by <a href="https://github.com/CoderSherlock">CoderSherlock</a></span>
|
||||
@@ -39,7 +39,6 @@
|
||||
<a id="this-is-a-title-test" class="anchor" href="#this-is-a-title-test" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>This is a title test</h1>
|
||||
|
||||
<ul>
|
||||
<li>vim </li>
|
||||
<li>xv6</li>
|
||||
</ul>
|
||||
|
||||
@@ -47,11 +46,6 @@
|
||||
<span class="pl-k">if</span>(p->state == RUNNABLE)
|
||||
hpflag = hpflag > p->priority ? hpflag : p->priority;
|
||||
}</pre></div>
|
||||
|
||||
<ul>
|
||||
<li>mobile</li>
|
||||
<li>self-control</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Codersherlock.GitHub.io",
|
||||
"name": "This is a title test",
|
||||
"tagline": "",
|
||||
"body": "# This is a title test\r\n\r\n- vim \r\n- xv6\r\n```cpp\r\nfor(p = ptable.proc; p < &ptable.proc[NPROC]; p++){\r\n\tif(p->state == RUNNABLE)\r\n\t\thpflag = hpflag > p->priority ? hpflag : p->priority;\r\n}\r\n```\r\n- mobile\r\n- self-control\r\n",
|
||||
"body": "# This is a title test\r\n\r\n- xv6\r\n```cpp\r\nfor(p = ptable.proc; p < &ptable.proc[NPROC]; p++){\r\n\tif(p->state == RUNNABLE)\r\n\t\thpflag = hpflag > p->priority ? hpflag : p->priority;\r\n}\r\n```\r\n",
|
||||
"note": "Don't delete this file! It's used internally to help with page regeneration."
|
||||
}
|
||||
Reference in New Issue
Block a user