initial commit: static build + apache deploy config
This commit is contained in:
commit
9963209afa
7 changed files with 654 additions and 0 deletions
8
.claude/settings.local.json
Normal file
8
.claude/settings.local.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(git init *)",
|
||||
"Bash(git remote *)"
|
||||
]
|
||||
}
|
||||
}
|
||||
312
assets/index-39MKfh7e.js
Normal file
312
assets/index-39MKfh7e.js
Normal file
File diff suppressed because one or more lines are too long
312
assets/index-CsFLVzUt.js
Normal file
312
assets/index-CsFLVzUt.js
Normal file
File diff suppressed because one or more lines are too long
1
assets/index-D6EZLM3F.css
Normal file
1
assets/index-D6EZLM3F.css
Normal file
File diff suppressed because one or more lines are too long
1
assets/index-SyzcoTVq.css
Normal file
1
assets/index-SyzcoTVq.css
Normal file
File diff suppressed because one or more lines are too long
7
deploy/apache.conf
Normal file
7
deploy/apache.conf
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
Alias /loreal-timelog-viewer /var/www/html/loreal-timelog-viewer
|
||||
<Directory /var/www/html/loreal-timelog-viewer>
|
||||
Options -Indexes
|
||||
AllowOverride None
|
||||
Require all granted
|
||||
FallbackResource /loreal-timelog-viewer/index.html
|
||||
</Directory>
|
||||
13
index.html
Normal file
13
index.html
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>L'Oréal Time Log Viewer</title>
|
||||
<script type="module" crossorigin src="/loreal-timelog-viewer/assets/index-CsFLVzUt.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/loreal-timelog-viewer/assets/index-SyzcoTVq.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Reference in a new issue