13 lines
368 B
HTML
13 lines
368 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
|
<meta http-equiv="Pragma" content="no-cache" />
|
|
<meta http-equiv="Expires" content="0" />
|
|
<title>Test for network events</title>
|
|
</head>
|
|
<body>
|
|
<p>Test for network events</p>
|
|
</body>
|
|
</html>
|