html-to-article-json
Version:
Converting HTML to article-json
16 lines (15 loc) • 375 B
HTML
<title>beepbopp</title>
<base href="http://www.example.com/page.html">
<link href="style.css" rel="stylesheet">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script src="javascript.js">
window.alert('beep, boop');
</script>
<noscript>
<a href="http://www.mozilla.com/">External Link</a>
</noscript>
<style>
p {
font-size: 100px;
}
</style>