Skip to content

Commit

Permalink
Removed stuff of HTML5 location strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
martingrossmann committed Dec 19, 2023
1 parent 81c4efc commit ddce5c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Chrome4testing download

Simple download page for Chrome 4 testing based on JSON endpoints.
Simple download page for Chrome 4 testing based on JSON endpoints:

**https://telekom-mms.github.io/chrome4testing-download/**

<span style="font-size: 2rem;">👉</span> Please note, this is no official download page. It's just parse JSON endpoints to an easy-to-use download list. <span style="font-size: 2rem;">👈</span>

Expand Down
1 change: 0 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"options": {
"outputPath": "dist",
"index": "src/index.html",
"baseHref": "/chrome4testing-download/",
"browser": "src/main.ts",
"polyfills": [
"zone.js"
Expand Down
1 change: 0 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<head>
<meta charset="utf-8">
<title>G4T-Download</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet">
Expand Down

0 comments on commit ddce5c4

Please sign in to comment.