OrkestApp/sdp_2023

View on GitHub
templates/home.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html>
  <head>
    <title>Custom URL</title>
  </head>
  <body>
    <h1>Custom URL</h1>
    <p>Click the link below to visit the custom URL:</p>
    <a href="{{ custom_url }}">{{ custom_url }}</a>
  </body>
</html>