generated from seanpm2001/Template_SNU_2D_ProgrammingTools_V4
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
PROJECT_LANG_1.ejs
36 lines (29 loc) · 1009 Bytes
/
PROJECT_LANG_1.ejs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="css/style.css">
<title>Project language file 1 - SNU 2D Programming Tools/IDE/EJS</title>
</head>
<body>
<div id="header">
<div class="conteiner">
<h1>Project language file 1 for SNU 2D Programming Tools/IDE/EJS</h1>
<ul>
<%=my%>
</ul>
<p>I decided to make EJS the project language file for this project (SNU/2D/Programming Tools/IDE/EJS) as this is a EJS IDE Project and needs to have EJS as its main language.</p>
<form action="/contact" method="post">
<input type="text" name="savol" id="savol">
<input type="submit" value="Yuborish">
</form>
</div>
</div>
<!-- File info
// File info
// File type: EJS source file (*.uc)
// File version: 1 (Tuesday, August 17th 2021 at 6:23 pm)
// Line count (including blank lines and compiler line): 37
// End of script
!-->
</body>
</html>