Permalink
Cannot retrieve contributors at this time
dmd-3475/week-4/index.html
Go to file<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<link rel="stylesheet" href="css/style.css"> | |
<title>FizzBuzz</title> | |
</head> | |
<body> | |
<h1>Solving FizzBuzz</h1> | |
<p id="dark">Welcome to the dark side.</p> | |
<p id="fizz-output"> | |
Output: | |
<br> | |
</p> | |
<script src="js/main.js"></script> | |
</body> | |
</html> |