Browse Source

add static5

develop
wyb 1 year ago
parent
commit
c10ac88cff
  1. 16
      django_instance/function1/static/1_helloworld.html

16
django_instance/function1/static/1_helloworld.html

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script>
alert('hello')
console.log('控制台')
document.write('在页面上')
</script>
</head>
<body>
</body>
</html>
Loading…
Cancel
Save