data.ejs 2.48 KB
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    
    <link rel="icon" href = "FindMelogo.png">
    <link rel="stylesheet" href="css/style.css">
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap-theme.min.css">
    <script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
    <style> @import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");</style>
    <script>
   
    </script>
  </head>
  <body>

        
        

        <img src= <%=c_pic%> width=300, height=300>
        <font size=10em>
          <strong>
            <%= c_title +"\n"%>
            <%= c_name + "\n"%>
            
          </strong>
        </font>

     
      <font size=5em>
      <table border="5" bordercolor="blue">
            <tbody>
              
              
              
              
              
              <tr>
                <td> <%= "체력 : "+c_stats[0]+"+ lev*" + c_stats[1]%></td>
                <td> <%= "마력 : "+c_stats[2]+"+ lev*" + c_stats[3]%></td>
              </tr>
              

              <tr>
                <td> <%= "체력자연회복량 : "+c_stats[10]+"+ lev*" + c_stats[11]%></td>
                <td> <%= "마력자연회복량 : "+c_stats[12]+"+ lev*" + c_stats[13]%></td>
              </tr>

              <tr>
                <td> <%= "방어력 : "+c_stats[5]+"+ lev*" + c_stats[6]%></td>
                <td> <%= "마법방어력 : "+c_stats[7]+"+ lev*" + c_stats[8]%></td>
              </tr>

              <tr>
                <td> <%= "공격력 : "+c_stats[16]+"+ lev*" + c_stats[17]%></td>
                <td> <%= "공격속도 : "+c_stats[19]+"+ lev*" + c_stats[18]+"%"%></td>
              </tr>

              <tr>
                <td> <%= "이동속도 : "+c_stats[4]%></td>
              
                <td> <%= "사정거리 : "+c_stats[9]%></td>
              </tr>
              
              
              <tr><td> <%= "치명타 : "+c_stats[14]+"+ lev*" + c_stats[15]%></td>
                <td> </td>
              </tr>
              
             
              <br></br>
              
              
              
              
            </tbody>
        </table>
        <br></br>
        <p>
          <%= c_blb %>
       </p>
      </font>

       
       
      
      
</body>
</html>