Changeset f6ce33a


Ignore:
Timestamp:
01/18/26 15:41:18 (6 months ago)
Author:
Filip Gavrilovski <filipgavrilovski28@…>
Branches:
main
Children:
838441d
Parents:
15ec67f
Message:

init 2

Files:
1 added
3 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • frontend/index.html

    r15ec67f rf6ce33a  
    11<!doctype html>
    22<html lang="en">
    3   <head>
    4     <meta charset="UTF-8" />
    5     <link rel="icon" type="image/svg+xml" href="/vite.svg" />
    6     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    7     <title>frontend</title>
    8   </head>
    9   <body>
    10     <div id="root"></div>
    11     <script type="module" src="/src/main.tsx"></script>
    12   </body>
     3        <head>
     4                <meta charset="UTF-8" />
     5                <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     6                <title>Finkwave</title>
     7        </head>
     8        <body>
     9                <div id="root"></div>
     10                <script type="module" src="/src/main.tsx"></script>
     11        </body>
    1312</html>
Note: See TracChangeset for help on using the changeset viewer.