1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
harveyshao 2022-12-22 20:43:49 +08:00
parent 6e70543e44
commit 83fc676926

View File

@ -2,8 +2,16 @@
<html> <html>
<head> <head>
<link rel="stylesheet" href="hi.css"> <link rel="stylesheet" href="hi.css">
<style>
h1 {
background-color:red;
}
</style>
</head> </head>
<body> <body>
<script>
console.log("hello world")
</script>
<h1>hello world</h1> <h1>hello world</h1>
<h2>hello world</h2> <h2>hello world</h2>
<h3>hello world</h3> <h3>hello world</h3>