sati-html/index.html

20 lines
474 B
HTML
Raw Permalink Normal View History

2022-11-23 02:44:23 +01:00
<!DOCTYPE html>
<html lang="zh-CN" class="theme-arc-green">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>STATIC PAGE-1</title>
<meta name="description" content="sati-html">
<meta name="referrer" content="no-referrer">
</head>
<body>
<h1>Hello, World >></h1>
<p>
<pre>
<code>
System.out.println("Hello, World !");
</code>
</pre>
</body>
</html>