Files
electron-egg/app/view/hello.ejs
gaoshuaixing 8545647426 ee命名
2022-02-22 18:53:56 +08:00

11 lines
211 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<title><%= title %></title>
<link rel='stylesheet' href='/stylesheets/style.css' />
</head>
<body>
<h1><%= title %></h1>
<p>Welcome to ee</p>
</body>
</html>