mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-05-14 19:52:10 +08:00
11 lines
221 B
Plaintext
11 lines
221 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title><%= title %></title>
|
|
<link rel='stylesheet' href='/stylesheets/style.css' />
|
|
</head>
|
|
<body>
|
|
<h1><%= title %></h1>
|
|
<p>Welcome to electron-egg</p>
|
|
</body>
|
|
</html> |