•  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
r99 vs r100
......
14321432
14331433
4. 스크레치(..)[* 실사용으론 당연히 안쓴다. 뭐, 스크래치가 호환성이 있는거도 아니고..(심지어 어도비 플래시가 있어야 하고, 웹브라우저로 접속해야 해서 심각하게 느리다. 파이선보다 느릴질도?}]
14341434
= 기타내용 =
1435
>Failed to read or create install properties file.
1436
으아악...
1437
관리자 권한하면 될까?
1438
1435
== 연습장 ==
1436
{{{#!html
1437
<html><head><style>
1438
a:hover, a:focus { animation-duration: 3s; animation-name: rainbowLink; animation-iteration-count: infinite; }
1439
@keyframes rainbowLink {
1440
0% { color: #ff2a2a; }
1441
15% { color: #ff7a2a; }
1442
30% { color: #ffc52a }
1443
45% { color: #43ff2a; }
1444
60% { color: #2a89ff; }
1445
75% { color: #202082; }
1446
90% { color: #6b2aff; }
1447
100% { color: #e82aff; }
1448
}</style></head>
1449
<body>
1450
<a href="alphawiki.org">알파위키</a>
1451
</body>
1452
}}}
14391453
== 틀 ==
14401454
나무위키의 사용자:관리자 문서에 있는 "이 사용자는 특수 권한을 가지고 있습니다" 복사해서 바꾼거... 심심해서 함.
14411455
{{{#!html
......