1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/static_index/static/root/index.html

14 lines
350 B
HTML
Raw Normal View History

<!DOCTYPE html>
<meta charset="utf-8" />
<html>
<head>
<link rel="stylesheet" href="css/example.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="/js/example.js"></script>
</head>
<body>
<h1>Actix-web</h1>
<img src="/images/logo.png" alt="Actix logo" />
</body>
</html>