begin MP2

This commit is contained in:
2023-01-25 10:57:54 -06:00
parent 9e37c5ddfc
commit 44d8b7787c
40 changed files with 982 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/*
Created on : Jan 24, 2023, 8:37:05 AM
Author : caleb
*/
body
{
background-color: #0099FF;
color: #FFFFFF;
}

View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<!--
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/html.html to edit this template
-->
<html>
<head>
<title>External Styles</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="color.css">
</head>
<body>
<p>This web page uses an external style sheet.</p>
</body>
</html>