21 lines
291 B
Plaintext
21 lines
291 B
Plaintext
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<h1><%=title %> в EJS</h1>
|
||
|
|
||
|
|
||
|
<h2><a href="https://myspotifytransfer.herokuapp.com/login" target="_self">
|
||
|
Login
|
||
|
</a></h2>
|
||
|
|
||
|
<% if(wehaveinfo) {%>
|
||
|
|
||
|
<h2><a href="https://myspotifytransfer.herokuapp.com/info" target="_self">
|
||
|
Info
|
||
|
</a></h2>
|
||
|
<%} %>
|
||
|
</body>
|
||
|
</html>
|