Proyecto audio control. inicado con panel y control.
This commit is contained in:
15
node_modules/express-myconnection/examples/single/views/index.ejs
generated
vendored
Normal file
15
node_modules/express-myconnection/examples/single/views/index.ejs
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title><%= title %></title>
|
||||
<style>
|
||||
body {
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1><%= title %></h1>
|
||||
<p><%= result %></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user