Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 59 additions & 0 deletions packages/app/public/csb-ios.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 modified packages/app/public/favicon.ico
Binary file not shown.
Binary file modified packages/app/src/app/favicon.ico
Binary file not shown.
3 changes: 2 additions & 1 deletion packages/app/src/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
<meta property="twitter:image:width" content="1200">
<meta property="twitter:image:height" content="630">
<meta name="description" content="CodeSandbox is an online editor tailored for web applications.">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="mask-icon" href="csb-ios.svg" color="#fff">
<link rel="manifest" href="/manifest.json">
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js"></script>
<script>
Expand Down
1 change: 1 addition & 0 deletions packages/app/src/embed/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Source Code Pro:500" rel="stylesheet">
<link href="/static/fonts/inter/inter.css" rel="stylesheet">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="csb-ios.svg" color="#fff">
<link rel="shortcut icon" href="/favicon.ico">
<title>Embed - CodeSandbox</title>
<!-- Google Tag Manager -->
Expand Down
1 change: 1 addition & 0 deletions packages/app/src/sandbox/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<title>Sandbox - CodeSandbox</title>
<link rel="manifest" href="/manifest.json">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="mask-icon" href="csb-ios.svg" color="#fff">
<script src="<%= webpackConfig.output.publicPath %>static/browserfs7/browserfs.min.js"
type="text/javascript"></script>

Expand Down