-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added top navigation bar & desciptions to main pages
- Loading branch information
Showing
5 changed files
with
126 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Main page</title> | ||
<meta name="description" content="EasyController main page, stores all the second hand files"> | ||
<!--<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />--> | ||
<link rel="stylesheet" href="../main.css"> | ||
</head> | ||
<body> | ||
<div class="topnav"> | ||
<a href="">Home</a> | ||
<a href="/other/wiki/">Wiki Page</a> | ||
<a class="active" href="/other/EasyController/">EasyController</a> | ||
</div> | ||
|
||
|
||
<h1>EasyController</h1> | ||
<p>The <a href="https://github.com/dyzqy/EasyController">github page</a> is linked, and the current version(developer for now) is <a href="version.txt">here</a>.</p> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters