mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-05-20 15:18:09 +08:00
10 lines
186 B
Plaintext
10 lines
186 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title><%= title %></title>
|
|
<link rel='stylesheet' href='/stylesheets/style.css' />
|
|
</head>
|
|
<body>
|
|
<h1><%= title %></h1>
|
|
</body>
|
|
</html> |