-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (16 loc) · 716 Bytes
/
index.html
File metadata and controls
18 lines (16 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<title>HTML & CSS Cheat Sheet</title>
<link type="text/css" href="styles.css" rel="stylesheet">
</head>
<body class="homebackground">
<h1 class="title">HTML & CSS Cheat Sheet</h1>
<div class="home">
<a href="html.html" class="redirect" target="_blank">HTML Cheatsheet</a><br><br>
<a href="css.html" class="redirect" target="_blank">CSS Cheatsheet</a><br><br>
<a href="git.html" class="redirect" target="_blank">Git Bash Cheatsheet</a><br><br>
<a href="shortcut.html" class="redirect" target="_blank">Keyboard Shortcuts Cheatsheet</a><br><br>
</div>
</body>
</html>