-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (30 loc) · 805 Bytes
/
index.html
File metadata and controls
30 lines (30 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="fa">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Git Course</title>
<link rel="stylesheet" href="styles/my-style.css">
<link rel="stylesheet" href="styles/bootstrap.min.css">
<link rel="stylesheet" href="">
<link rel="stylesheet" href="">
</head>
<body>
<!-- p? -->
<!-- p? -->
<!-- p? -->
<!-- p? -->
<!-- p? -->
<!-- p? -->
<!-- p? -->
<footer>
copyright
compelete footer
</footer>
<h1>this is title for main</h1>
<script src="scripts/jquery-3.7.1.min.js"></script>
<script src="script.js"></script>
<script src="/scripts/my-script.js"></script>
<script src="/scripts/my-script.js"></script>
</body>
</html>