Files
electron-egg/app/view/hello.ejs
gaoshuaixing be06d62916 1
2020-12-30 11:39:20 +08:00

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>