diff --git a/ui/index.html b/ui/index.html index 5a28644db4..27ab8b9b17 100644 --- a/ui/index.html +++ b/ui/index.html @@ -6,10 +6,15 @@
+ + + + +

- Hi! I am your webapp. + Hi! this is safaaith I am your webapp.this is my first page
diff --git a/ui/main.js b/ui/main.js index 4cf7ed58de..8cd2eedf8f 100644 --- a/ui/main.js +++ b/ui/main.js @@ -1 +1,3 @@ console.log('Loaded!'); +

first app

+ diff --git a/ui/style.css b/ui/style.css index 71a5f6acc1..c7c0fec340 100644 --- a/ui/style.css +++ b/ui/style.css @@ -9,7 +9,7 @@ body { } .text-big { - font-size: 300%; + font-size: 400%; } .bold { @@ -17,6 +17,6 @@ body { } .img-medium { - height: 200px; + height: 2500px; }