You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
593 B
29 lines
593 B
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title></title>
|
|
<meta name="GENERATOR" content="github.com/gomarkdown/markdown markdown processor for Go">
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" type="text/css" href="http://www.bing89.com/css/markdown/fluent.css">
|
|
</head>
|
|
<body>
|
|
|
|
<h1>this is a test</h1>
|
|
|
|
<p>this is a test</p>
|
|
|
|
<h2>test subtitle</h2>
|
|
|
|
<pre><code class="language-c++">#include <iostream>
|
|
using namespace std;
|
|
int main(){
|
|
cout<<"helloworld!"
|
|
return 0
|
|
}
|
|
</code></pre>
|
|
|
|
<p><a href="main.go" target="_blank">this is a test link</a></p>
|
|
|
|
</body>
|
|
</html>
|
|
|
|
|