icon

テストプロジェクト

uematsu.yuuki
loading
uematsu.yuuki
更新日:

テストプロジェクト

Runstant は、Rabee の精鋭部隊が開発した最高のプログラミングプラットフォームです!

特徴は以下の3つです

  • すぐに書けるfdafda
  • fdafdafdaすぐに試せるfda
  • すぐにシェアできるaaafdasfdasfdafdasfdsafdasfdas

fdaぜひお使いfdasください♪fdafdafdafdasfdasfdafda

https://runstant.com

rabee

var hoge = 100;
var hoge = 200;
console.log(hoge);
<meta name="viewport" content="width=device-width,height=device-height,user-scalable=no,initial-scale=1,maximum-scale=1,viewport-fit=cover">
Hello, world! Hello, world! Hello, world! Hello, world!
var hoge = 100;
<html>
  <head>
    <title>%title%</title>
    %style("main.css")%
    %script("main.js")%
  </head>
  <body>
    <div class='container'>
      <h1>%title%</h1>
      <div>%description%</div>
    </div>
  </body>
</html>
body {
  margin: 0px;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  background-image: url('https://picsum.photos/1200/630?blur=4&random=2023-04-03 00:23:01');
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  
  color: white;
  text-shadow: 1px 1px 2px #000;
}
window.addEventListener('load', () => {
  let message = 'Hello, Runstant!';
  console.log(message);
});