Forráskód Böngészése

Überschrift geändert

kez1912 2 éve
szülő
commit
14ba5c2a8b
2 módosított fájl, 1 hozzáadás és 2 törlés
  1. 1 1
      app/templates/home.html
  2. 0 1
      uwsgi.ini

+ 1 - 1
app/templates/home.html

@@ -9,7 +9,7 @@
   </head>
   
   <body>
-    <h1>Home Page</h1>
+    <h1>Global Cube</h1>
     <p>This is the home page of our application.</p>
   </body> 
 </html>

+ 0 - 1
uwsgi.ini

@@ -3,4 +3,3 @@ module = main
 callable = app
 master = true
 touch-reload = /app/uwsgi.ini
-