Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Wireframe/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Wireframe</title>
<title>CYF</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header>
<h1>Wireframe</h1>
<h1>My First Program</h1>
<p>
<p>Hello this is my coursework</p>
This is the default, provided code and no changes have been made yet.
</p>
</header>
Expand All @@ -18,15 +19,14 @@ <h1>Wireframe</h1>
<img src="placeholder.svg" alt="" />
<h2>Title</h2>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
voluptates. Quisquam, voluptates.
I would like to learn HTML, CSS and Javascript
</p>
<a href="">Read more</a>
<a href="">start</a>
</article>
</main>
<footer>
<p>
This is the default, provided code and no changes have been made yet.
This is how to start cooding
</p>
</footer>
</body>
Expand Down
Loading