Skip to content
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit c9e3a68

Browse files
committed
Update
1 parent b61b015 commit c9e3a68

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,16 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<title>CSS UI - Sign in</title>
99

10-
<!-- css styles -->
10+
<!-- css -->
1111
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css">
1212
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,600&amp;subset=latin-ext">
1313
<link rel="stylesheet" href="https://css-ui.github.io/css/cssui.min.css">
14+
15+
<!-- css sing in -->
1416
<link rel="stylesheet" href="css/style.sign.in.css">
1517
</head>
1618
<body>
17-
<!-- container -->
19+
<!-- demonstration page -->
1820
<div class="container box">
1921

2022
<!-- avatar -->

0 commit comments

Comments
 (0)