Skip to content

Instantly share code, notes, and snippets.

@KristofferRisa
Created October 30, 2018 07:17
Show Gist options
  • Save KristofferRisa/e3123f438e9bf7c2f1ecfe9bdfec65ad to your computer and use it in GitHub Desktop.
Save KristofferRisa/e3123f438e9bf7c2f1ecfe9bdfec65ad to your computer and use it in GitHub Desktop.
Auto refresh HTML file
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