Skip to content
Open
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
8 changes: 4 additions & 4 deletions web.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mr. Camel</title>
<title>Mr.Camel</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
Expand Down Expand Up @@ -112,7 +112,7 @@
<body>
<div class="container">
<header class="header">
<h1>Mr. Camel</h1>
<h1>Mr.Camel</h1>
<div class="social">
<a href="#"><i class="fab fa-facebook"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
Expand All @@ -134,7 +134,7 @@ <h1>Mr. Camel</h1>
<h2>About Me</h2>
<p>I don't look like some handsome horse, but I am a real desert king. I can servive days without water.</p>
<h2>My Career</h2>
<p>I work as a web developer for a company that makes websites for camel businesses.</p>
<p>I work as a web developer for a company which makes websites for camel businesses.</p>
<hr><br>
<h2>How Can I Help You?</h2>
<table>
Expand Down Expand Up @@ -162,7 +162,7 @@ <h2>How Can I Help You?</h2>
<input type="submit" value="Submit" /><br>
</form>
</main>
<footer class="footer">&copy; Copyright Mr. Camel</footer>
<footer class="footer">&copy; Copyright Mr.Camel</footer>
</div>
</body>

Expand Down