polycule-connect/polyculeconnect/templates/complete.html
Melora Hugues 4507728dae
All checks were successful
continuous-integration/drone/push Build is passing
Add first basic POC
2023-10-14 18:28:01 +02:00

14 lines
No EOL
116 B
HTML

<html>
<head>
</head>
<body>
<h1>It works!</h1>
<p>
Token is {{.Token}}
</p>
</body>
</html>