Created
October 3, 2024 01:25
-
-
Save librasteve/f6c885940e7767b05aaaa4a6b12c632a to your computer and use it in GitHub Desktop.
HTML Page
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<link rel="stylesheet" | |
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> | |
<style> | |
.jumbotron { | |
background-color: #e6ffe6; | |
text-align: center; | |
} | |
</style> | |
</head> | |
<body> | |
<div class="jumbotron"> | |
<h1>Welcome to Dunder Mifflin!</h1> | |
<p> | |
Dunder Mifflin Inc. (stock symbol <strong>DMI</strong>) is | |
a micro-cap regional paper and office supply distributor with | |
an emphasis on servicing small-business clients. | |
</p> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment