16 lines
453 B
HTML
16 lines
453 B
HTML
<!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>
|