Skip to content

Commit

Permalink
웹페이지에 코드 삽입하기
Browse files Browse the repository at this point in the history
  • Loading branch information
egoing committed Apr 30, 2015
1 parent 5c8f390 commit 10acb95
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions phpjs/1.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<h1>php</h1>
<?php
echo 10+10;
?>
<h1>JavaScript</h1>
<script>
document.write(10+10);
</script>
</body>
</html>

0 comments on commit 10acb95

Please sign in to comment.