mirror of
https://github.com/electron/electron.git
synced 2026-01-31 18:28:06 -05:00
10 lines
180 B
HTML
10 lines
180 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>foo</title>
|
|
<!-- can't be inline, because of CSP -->
|
|
<script src="foo.js"></script>
|
|
</head>
|
|
</html>
|