Sign in

edu / swXercise · Files

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Merge Requests 0
  • Labels
  • Wiki
  • swXercise
  • src
  • main
  • webapp
  • index.html
  • feature: index.html erstellt
      63a5939b
    Thomas Ziemer authored
    2018-11-18 09:59:47 +0100  
    Browse Code ยป
index.html 213 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
<!DOCTYPE html>
<html lang="de">
    <head>
        <meta charset="UTF-8">
        <title>swXercise Application</title>
    </head>
    <body>
        <h2>swXercise Application is running.</h2>
    </body>
</html>