1
0
This repository has been archived on 2022-11-26. You can view files and clone it, but cannot push or open issues or pull requests.

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>