Skip to content

Commit

Permalink
原生js实现路由
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacker233 committed Jan 1, 2019
1 parent 8b2133f commit 7b68f3c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
Empty file.
14 changes: 14 additions & 0 deletions 原生js实现路由/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>原生js实现路由切换</title>
<link rel="stylesheet" href="./css/main.css">
</head>
<body>

</body>
<script src="./js/main.js"></script>
</html>
Empty file added 原生js实现路由/js/main.js
Empty file.

0 comments on commit 7b68f3c

Please sign in to comment.