mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 16:58:06 +08:00
opt some
This commit is contained in:
parent
6e70543e44
commit
83fc676926
@ -2,8 +2,16 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="hi.css">
|
||||
<style>
|
||||
h1 {
|
||||
background-color:red;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
console.log("hello world")
|
||||
</script>
|
||||
<h1>hello world</h1>
|
||||
<h2>hello world</h2>
|
||||
<h3>hello world</h3>
|
||||
|
Loading…
x
Reference in New Issue
Block a user