mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-12 08:54:00 +02:00
14 lines
293 B
Markdown
14 lines
293 B
Markdown
|
For example, consider a web page like this:
|
||
|
|
||
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<script src="page-scripts/page-script.js"></script>
|
||
|
</body>
|
||
|
</html>
|
||
|
|
||
|
The script "page-script.js" does this:
|