Refactor. JS time!
This commit is contained in:
@@ -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;
|
||||
}
|
@@ -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>
|
Reference in New Issue
Block a user