Skip to content

Commit

Permalink
extract index file
Browse files Browse the repository at this point in the history
  • Loading branch information
s1gr1d committed Oct 17, 2020
1 parent 3596dbe commit a6a1ea8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion grid-expample-website/example-website.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@



<a href="../grid-foundations/index.html" class="button">Go back</a>
<a href="../index.html" class="button">Go back</a>
</body>
</html>
12 changes: 6 additions & 6 deletions grid-foundations/index.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<head>
<meta charset="UTF-8">
<title>CSS Grid Examples</title>
<link rel="stylesheet" href="../_base.css" type="text/css">
<link rel="stylesheet" href="basicGrid.css" type="text/css">
<link rel="stylesheet" href="namedGridLines.css" type="text/css">
<link rel="stylesheet" href="namedGridAreas.css" type="text/css">
<link rel="stylesheet" href="implicitExplicit.css" type="text/css">
<link rel="stylesheet" href="_base.css" type="text/css">
<link rel="stylesheet" href="grid-foundations/basicGrid.css" type="text/css">
<link rel="stylesheet" href="grid-foundations/namedGridLines.css" type="text/css">
<link rel="stylesheet" href="grid-foundations/namedGridAreas.css" type="text/css">
<link rel="stylesheet" href="grid-foundations/implicitExplicit.css" type="text/css">
</head>
<body>
<h1>Basic Grid</h1>
Expand Down Expand Up @@ -57,6 +57,6 @@ <h1>Implicit and Explicit Grid</h1>
<div class="item item-8">Item 8</div>
</div>

<a href="../grid-expample-website/example-website.html" class="button">Show Grid Example Website</a>
<a href="grid-expample-website/example-website.html" class="button">Show Grid Example Website</a>
</body>
</html>

1 comment on commit a6a1ea8

@vercel
Copy link

@vercel vercel bot commented on a6a1ea8 Oct 17, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.