main
|
Last change
on this file since 700e2f9 was 700e2f9, checked in by 186079 <matej.milevski@…>, 5 days ago |
|
Init
|
-
Property mode
set to
100644
|
|
File size:
355 bytes
|
| Line | |
|---|
| 1 | import type { Component } from "solid-js";
|
|---|
| 2 |
|
|---|
| 3 | const Home: Component = () => (
|
|---|
| 4 | <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
|
|---|
| 5 | <div class="text-center">
|
|---|
| 6 | <h2 class="text-4xl font-bold text-gray-900 mb-4">Welcome to iCare</h2>
|
|---|
| 7 | <p class="text-lg text-gray-600">WIP mental health app</p>
|
|---|
| 8 | </div>
|
|---|
| 9 | </div>
|
|---|
| 10 | );
|
|---|
| 11 |
|
|---|
| 12 | export default Home;
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.