-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (29 loc) · 1.29 KB
/
Copy pathindex.html
File metadata and controls
31 lines (29 loc) · 1.29 KB
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
31
<!DOCTYPE html>
<html>
<head>
<title>Test task for React</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--google fonts-->
<link href="https://fonts.googleapis.com/css?family=Pacifico|Open+Sans" rel="stylesheet">
<!--Awesome Icons-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- My CSS -->
<link rel="stylesheet" href="css/styles.css">
<!-- My new CSS -->
<!--<link rel="stylesheet" href="css/output.css">-->
<!--CDN versions of jQuery and Popper.js -->
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js" integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh" crossorigin="anonymous"></script>
<!--My js code-->
<script src="js/myscript.js"></script>
</head>
<body data-spy="scroll" data-target="#nav">
<footer>
<a href="#home" title="To Top" id="angle-up">
<i class="fa fa-angle-up fa-bounce fa-2x" aria-hidden="true"></i>
</a>
<p>Made By <a href="#" title="my webpage">Alla Maley</a></p>
</footer>
</body>
</html>