Skip to content

Commit

Permalink
update welcome page to match other demo applications (#4)
Browse files Browse the repository at this point in the history
* update welcome page to match other demo applications

* Update dist/index.html

Co-authored-by: Leanne Miller <[email protected]>

---------

Co-authored-by: Leanne Miller <[email protected]>
  • Loading branch information
mattyb and leanne73 authored Jun 12, 2024
1 parent bb0d291 commit 2c03631
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,21 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Civis Service Demo</title>
<title>Civis Flask Demo</title>
<link rel="stylesheet" href="https://unpkg.com/@picocss/pico@latest/css/pico.classless.min.css">
</head>
<body>
<main>
<h1>Your service is running!</h1>
<p>The API endpoint is: <span id="api-endpoint"></span></p>
<p>API response from the service:</div>
<p>This is a demo Flask API application.</p>
<p>To create your own app, fork the
<a href="https://github.com/civisanalytics/civis-services-flask">civis-services-flask</a>
repository and follow the instructions in the README.
</p>
<p>The API endpoint for this service is: <span id="api-endpoint"></span></p>
<p>API response from the service:</p>
<code id="entry-point">Loading...<br/>If this message persists, there might be a problem with the service.</code>
<p><span id="service-id"></span></p>
</main>
<script type="text/javascript" src="/main.js"></script></body>
<script type="text/javascript" src="/main.js"></script>
</body>
</html>

0 comments on commit 2c03631

Please sign in to comment.