Skip to content

Commit

Permalink
Change page title from "Tauri App" to "Diffedit3"
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyagr committed Mar 10, 2024
1 parent 0a6bf67 commit 98f7241
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
11 changes: 1 addition & 10 deletions webapp/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tauri App</title>
<style>
.logo.vite:hover {
filter: drop-shadow(0 0 2em #747bff);
}

.logo.typescript:hover {
filter: drop-shadow(0 0 2em #2d79c7);
}
</style>
<title>Diffedit3</title>
<script type="module" crossorigin src="/assets/index-DjnP3mkV.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CeLdwYRd.css">
</head>
Expand Down
11 changes: 1 addition & 10 deletions webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,9 @@
<meta charset="UTF-8" />
<link rel="stylesheet" href="/src/styles.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tauri App</title>
<title>Diffedit3</title>
<script type="module" src="/src/load_codemirror5_merge.ts" defer></script>
<script type="module" src="/src/main.ts" defer></script>
<style>
.logo.vite:hover {
filter: drop-shadow(0 0 2em #747bff);
}

.logo.typescript:hover {
filter: drop-shadow(0 0 2em #2d79c7);
}
</style>
</head>

<body>
Expand Down

0 comments on commit 98f7241

Please sign in to comment.