Skip to content

Commit 0f3a0c0

Browse files
committed
Test Site
1 parent 7c57dd0 commit 0f3a0c0

File tree

2 files changed

+33
-7
lines changed

2 files changed

+33
-7
lines changed

index.html

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<!DOCTYPE html>
2+
<html lang="en-us">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Motion by Motion-Project</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
8+
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
9+
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
10+
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
11+
</head>
12+
<body>
13+
<section class="page-header">
14+
<h1 class="project-name">Test Page</h1>
15+
<h2 class="project-tagline">The Test Website</h2>
16+
</section>
17+
18+
<section class="main-content">
19+
20+
<p>The documentation for latest code can be found in the <a href="http://htmlpreview.github.com/?https://github.com/Motion-Project/motion/blob/master/motion_guide.html">Motion Guide</a>.</p>
21+
22+
<p>For documentation to match a release version, please refer to the motion guide included with the release.</p>
23+
24+
<footer class="site-footer">
25+
26+
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
27+
</footer>
28+
29+
</section>
30+
31+
32+
</body>
33+
</html>

index.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)