Skip to content

Commit 832f2a5

Browse files
connected all html files to the css doc
1 parent 1e7cc8f commit 832f2a5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Wireframe/README.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<link rel="stylesheet" href="README.css">
6+
<link rel="stylesheet" href="style.css">
77
<title>README Files</title>
88
</head>
99
<body>

Wireframe/branch.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<link rel="stylesheet" href="branch.css">
6+
<link rel="stylesheet" href="style.css">
77
<title>Git Branches</title>
88
</head>
99
<body>

Wireframe/wireframe.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<link rel="stylesheet" href="wireframe.css">
6+
<link rel="stylesheet" href="style.css">
77
<title>Wireframes</title>
88
</head>
99
<body>

0 commit comments

Comments
 (0)