add favicons to /pad/ and /code/
parent
73d2b6561a
commit
6075849ed7
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
|
||||
<script data-main="main" src="/bower_components/requirejs/require.js"></script>
|
||||
<link rel="icon" type="image/png" href="/customize/favicon.png" data-alt-favicon="/customize/alt-favicon.png" id="favicon" />
|
||||
<style>
|
||||
#pad-iframe {
|
||||
position:fixed;
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
|
||||
<link rel="icon" type="image/png" href="/customize/favicon.png" data-alt-favicon="/customize/alt-favicon.png" id="favicon" />
|
||||
<script data-main="main" src="/bower_components/requirejs/require.js"></script>
|
||||
<style>
|
||||
html, body {
|
||||
|
|
Loading…
Reference in New Issue