Created
October 30, 2018 07:17
-
-
Save KristofferRisa/e3123f438e9bf7c2f1ecfe9bdfec65ad to your computer and use it in GitHub Desktop.
Auto refresh HTML file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
data:text/html;charset=utf-8, | |
<head> | |
<meta http-equiv="refresh" content="0; url=http://localhost:64090/"/> | |
</head> | |
<body> | |
<style>body{margin:25px;font:16px calibri,'segoe ui'}</style> | |
<h3>Venter på svar</h3> | |
<ul> | |
<li>Set breakpoints in JavaScript/TypeScript in Visual Studio</li> | |
<li>Automatically break on script errors</li> | |
<li>Opening developer tools in Chrome stops the script debugging session</li> | |
</ul> | |
<h4> | |
<i>Your application is starting...</i> | |
</h4> | |
</body> | |
<!----> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment