Linked CSS file to HTML

This commit is contained in:
Ray 2022-10-24 12:59:15 +11:00 committed by GitHub
parent a1f4090af4
commit a6ec79d1eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en-au"> <html lang="en-au">
<head> <head>
<link rel="stylesheet" type="text/css" href="template.css">
<title>My first web page</title> <title>My first web page</title>
<meta charset="UTF-8"> <meta charset="UTF-8">