• This project
    • Loading...
  • Sign in

민재기 / web_service

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • web_service
  • ex10_1.html
  • 민재기's avatar
    all file · d6c11883
    d6c11883
    민재기 authored 2017-05-16 12:05:30 +0900
ex10_1.html 274 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
<html>
<head>
  <script type="text/javascript">
    document.write ("<h1>Hello World!</h1>");
    function message(){
      alert ("Bomb!");
    }
    </script>
</head>
<body onload="message()">
  <script type="text/javascript" src="js/ex10_1.js"></script>

</body>
</html>