Переглянути джерело

💬 change app title and intro

jmacura 3 роки тому
батько
коміт
e8eb4d959d
2 змінених файлів з 3 додано та 2 видалено
  1. 2 1
      src/app/app.component.html
  2. 1 1
      src/index.html

+ 2 - 1
src/app/app.component.html

@@ -1,5 +1,6 @@
 <main>
-  <h1 class="pl-2">Regional attractiveness of Polirural Pilot Regions based on system Dynamics models</h1>
+  <h1 class="pl-2">Rural Attractiveness Explorer</h1>
+  <h2 class="pl-2">Regional attractiveness of Polirural Pilot Regions based on system Dynamics models</h2>
   <div class="pl-2">
     <h3>SDM &ndash; DIH integration bridge</h3>
     <p>This page provides some showcase ideas about visualization of SDM model outputs in various points in time.

+ 1 - 1
src/index.html

@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
   <meta charset="utf-8">
-  <title>SDM DIH integration</title>
+  <title>Rural attractiveness explorer</title>
   <base href="/">
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <link rel="icon" type="image/x-icon" href="favicon.ico">