mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-17 20:01:32 +03:00
12 lines
237 B
HTML
12 lines
237 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<link href="style.css" rel="stylesheet" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1 id="myHeading">My browser action</h1>
|
||
|
<script src="script.js"></script>
|
||
|
</body>
|
||
|
</html>
|