Skip to content

Commit

Permalink
Add build folder for PR 330
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 10, 2025
1 parent 208816d commit 0eaebe2
Show file tree
Hide file tree
Showing 186 changed files with 32,014 additions and 0 deletions.
32 changes: 32 additions & 0 deletions build/app/html/android.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!--
Copyright (C) 2017 DuckDuckGo, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>DuckDuckGo</title>
<script src="../public/js/polyfill-loader.js"></script>
<link rel="stylesheet" href="../public/css/android.css" />
<link rel="stylesheet" href="../public/css/base.css" />
<link rel="stylesheet" href="../public/css/popup.css" />
</head>
<body class="environment--android">
<div id="app"></div>
<script src="../public/js/base.js"></script>
</body>
</html>
32 changes: 32 additions & 0 deletions build/app/html/browser.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!--
Copyright (C) 2017 DuckDuckGo, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>DuckDuckGo</title>
<script src="../public/js/polyfill-loader.js"></script>
<link rel="stylesheet" href="../public/css/android.css" />
<link rel="stylesheet" href="../public/css/base.css" />
<link rel="stylesheet" href="../public/css/popup.css" />
</head>
<body class="environment--browser">
<div id="app"></div>
<script src="../public/js/base.js"></script>
</body>
</html>
13 changes: 13 additions & 0 deletions build/app/html/iframe.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Debug</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link rel="stylesheet" href="../debugger/debugger.css" />
</head>
<body>
<div id="app"></div>
<script src="../debugger/debugger.js"></script>
</body>
</html>
32 changes: 32 additions & 0 deletions build/app/html/ios.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!--
Copyright (C) 2017 DuckDuckGo, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>DuckDuckGo</title>
<script src="../public/js/polyfill-loader.js"></script>
<link rel="stylesheet" href="../public/css/android.css" />
<link rel="stylesheet" href="../public/css/base.css" />
<link rel="stylesheet" href="../public/css/popup.css" />
</head>
<body class="environment--ios">
<div id="app"></div>
<script src="../public/js/base.js"></script>
</body>
</html>
32 changes: 32 additions & 0 deletions build/app/html/macos.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!--
Copyright (C) 2017 DuckDuckGo, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>DuckDuckGo</title>
<script src="../public/js/polyfill-loader.js"></script>
<link rel="stylesheet" href="../public/css/android.css" />
<link rel="stylesheet" href="../public/css/base.css" />
<link rel="stylesheet" href="../public/css/popup.css" />
</head>
<body class="environment--macos">
<div id="app"></div>
<script src="../public/js/base.js"></script>
</body>
</html>
32 changes: 32 additions & 0 deletions build/app/html/popup.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!--
Copyright (C) 2017 DuckDuckGo, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>DuckDuckGo</title>
<script src="../public/js/polyfill-loader.js"></script>
<link rel="stylesheet" href="../public/css/android.css" />
<link rel="stylesheet" href="../public/css/base.css" />
<link rel="stylesheet" href="../public/css/popup.css" />
</head>
<body class="environment--example">
<div id="app"></div>
<script src="../public/js/base.js"></script>
</body>
</html>
32 changes: 32 additions & 0 deletions build/app/html/windows.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!--
Copyright (C) 2017 DuckDuckGo, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>DuckDuckGo</title>
<script src="../public/js/polyfill-loader.js"></script>
<link rel="stylesheet" href="../public/css/android.css" />
<link rel="stylesheet" href="../public/css/base.css" />
<link rel="stylesheet" href="../public/css/popup.css" />
</head>
<body class="environment--windows">
<div id="app"></div>
<script src="../public/js/base.js"></script>
</body>
</html>
1 change: 1 addition & 0 deletions build/app/img/arrow--large.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/app/img/arrow@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added build/app/img/arrow@3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions build/app/img/blocking--off.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions build/app/img/blocking--on.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0eaebe2

Please sign in to comment.