Skip to content

Commit a3e159b

Browse files
committed
linked css and js
1 parent ad8b27c commit a3e159b

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

Diff for: index.html

+7-6
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
<!-- Trying to replicate: www.filtelescu.com/index.html -->
33
<html>
44
<head>
5+
<link rel="stylesheet" type="text/css" href="style.css">
6+
<title>MAC x Collab</title>
7+
<script src="scripts.js"></script>
58
</head>
6-
<script>
7-
</script>
8-
<body>
99

10+
<body>
1011
<h1 class="main_heading"><strong>About Anna</strong></h1>
1112
<p class="main_subheading">Created only in HTML and CSS</p>
1213

@@ -35,16 +36,16 @@ <h2 class="subheading">Forest at Sunset</h2>
3536
<p class="body_para">All sourced from: <a href=https://unsplash.com/>unsplash.com</a></p>
3637
</div>
3738
<div class="image">
38-
<img src="https://images.unsplash.com/photo-1523712999610-f77fbcfc3843?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80">
39+
<img src="https://images.unsplash.com/photo-1523712999610-f77fbcfc3843?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1050&q=80">
3940
</div>
4041

41-
4242
<div class="img_txt">
4343
<h2 class="subheading">Sunrise at Sea</h2>
4444
<p class="body_para">All sourced from: <a href=https://unsplash.com/>unsplash.com</a></p>
4545
</div>
46+
4647
<div class="image">
47-
<img src="https://images.unsplash.com/photo-1507525428034-b723cf961d3e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1053&q=80">
48+
<img src="https://images.unsplash.com/photo-1507525428034-b723cf961d3e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1053&q=80">
4849
</div>
4950

5051
</body>

0 commit comments

Comments
 (0)