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
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Web Dev</title>
<link rel="stylesheet" href="style.css">
Expand Down Expand Up @@ -45,7 +45,7 @@ <h1>Subscribe to our newsletter</h1>
<section id ="boxes">
<div class="container">
<div class="box">
<img src="java.png">
<img src="java.png" alt = "java image">
<h3>C++</h3>
<p>Looking for a new career in computer programming? Trying to understand just how a programmer can communicate with a computer to design software? You've come to the right place.</p>
</div>
Expand Down