Skip to content

Commit

Permalink
chore: ipa 배포
Browse files Browse the repository at this point in the history
  • Loading branch information
kmi0817 committed Dec 11, 2023
1 parent b3e1ebd commit 469edab
Showing 1 changed file with 38 additions and 38 deletions.
76 changes: 38 additions & 38 deletions BE/src/app.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,44 +8,44 @@ export class AppService {
getHello(): string {
return `
<!DOCTYPE html>
<html>
<head>
<style>
body {
background-color: #0F1012;
}
h1 {
color: white;
font-family: verdana;
font-size: 80px;
}
a {
color: #B15EFF;
font-family: verdana;
font-size: 60px;
}
p {
color: #AAAAAA;
font-family: verdana;
font-size: 50px;
}
</style>
</head>
<body>
<h1>traveline</h1>
<a href="itms-services://?action=download-manifest&amp;url=https://traveline.store/apps/manifest.plist">다운로드</a>
<p>
Last updated: 2023-12-08 02:30
</p>
</body>
</html>`;
<html>
<head>
<style>
body {
background-color: #0F1012;
}
h1 {
color: white;
font-family: verdana;
font-size: 80px;
}
a {
color: #B15EFF;
font-family: verdana;
font-size: 60px;
}
p {
color: #AAAAAA;
font-family: verdana;
font-size: 50px;
}
</style>
</head>
<body>
<h1>traveline</h1>
<a href="itms-services://?action=download-manifest&amp;url=https://traveline.store/apps/manifest.plist">다운로드</a>
<p>
Last updated: 2023-12-11 12:20
</p>
</body>
</html>`;
}

async download(filename: string) {
Expand Down

0 comments on commit 469edab

Please sign in to comment.