IYUUPlus/app/view/index/view.html

15 lines
333 B
HTML
Raw Permalink Normal View History

2021-02-02 07:48:07 +00:00
<!doctype html>
<html>
<head>
<meta charset="utf-8">
2022-10-03 03:03:11 +00:00
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="/favicon.ico" rel="shortcut icon"/>
2021-02-02 07:48:07 +00:00
<title>webman</title>
</head>
<body>
hello <?=htmlspecialchars($name)?>
</body>
</html>