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-24 23:44:18 +08:00
parent f01ef4dca9
commit a348e92770

View File

@ -9,6 +9,17 @@
</style>
</head>
<body>
<input type="search"/>
<input type="url"/>
<input type="tel"/>
<input type="email"/>
<input type="number"/>
<input type="range"/>
<input type="color"/>
<input type="date"/>
<input type="time"/>
<input type="month"/>
<input type="week"/>
<script>
console.log("hello world")
</script>