19 lines
561 B
HTML
19 lines
561 B
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<title>Seata Saga StateMachine Designer Tutorial</title>
|
|
</head>
|
|
|
|
<body style="text-align:center">
|
|
<video width="80%" controls autoplay>
|
|
<source src="https://github.com/seata/awesome-seata/blob/master/videos/saga_statemachine_designer_tutorial.m4v?raw=true" type="video/mp4" />
|
|
Your browser does not support the video tag.
|
|
</video>
|
|
</body>
|
|
|
|
</html>
|